feat: simplify AdminScreen and refactor ImportScreen to use TabBarView directly
This commit is contained in:
@@ -12,12 +12,7 @@ class AdminScreen extends ConsumerStatefulWidget {
|
||||
class _AdminScreenState extends ConsumerState<AdminScreen> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('Admin – Användare'),
|
||||
),
|
||||
body: const AdminUsersPanel(),
|
||||
);
|
||||
return const AdminUsersPanel();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user