feat: dashboard

This commit is contained in:
efrilm
2025-08-18 01:50:50 +07:00
parent 51289d7829
commit 65ba81f311
25 changed files with 5786 additions and 606 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class CustomerRoute extends _i18.PageRouteInfo<void> {
static _i18.PageInfo page = _i18.PageInfo(
name,
builder: (data) {
return const _i1.CustomerPage();
return _i18.WrappedRoute(child: const _i1.CustomerPage());
},
);
}