mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 18:07:50 -06:00
feat: Restructure providers and repositories (WIP, not compiling)
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:paperless_mobile/core/database/tables/local_user_account.dart';
|
||||
class UserAvatar extends StatelessWidget {
|
||||
final String userId;
|
||||
final LocalUserAccount account;
|
||||
|
||||
const UserAvatar({
|
||||
super.key,
|
||||
required this.userId,
|
||||
|
||||
Reference in New Issue
Block a user