added other

This commit is contained in:
kicap
2023-05-18 16:04:03 +08:00
parent b82edc2db9
commit 949474b8ef
20 changed files with 913 additions and 171 deletions

View File

@ -20,10 +20,9 @@ class AdminIndexView extends StatelessWidget {
) {
return const Scaffold(
body: Center(
child: Text(
'AdminIndexView asdas asda aasdsda a',
),
),
child: CircularProgressIndicator(
color: Colors.grey,
)),
);
},
);