pagination

This commit is contained in:
Christien Rioux 2024-06-06 00:19:07 -04:00
parent 5473bd2ee4
commit 2c38fc6489
22 changed files with 1071 additions and 545 deletions

View file

@ -11,7 +11,6 @@ class ActiveAccountInfo {
const ActiveAccountInfo({
required this.localAccount,
required this.userLogin,
//required this.accountRecord,
});
//
@ -41,5 +40,4 @@ class ActiveAccountInfo {
//
final LocalAccount localAccount;
final UserLogin userLogin;
//final DHTRecord accountRecord;
}