feat: category analytic source

This commit is contained in:
efrilm
2025-08-17 22:46:25 +07:00
parent 50b06da627
commit 8eef620c16
13 changed files with 1929 additions and 638 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ class FinanceRoute extends _i18.PageRouteInfo<void> {
static _i18.PageInfo page = _i18.PageInfo(
name,
builder: (data) {
return const _i4.FinancePage();
return _i18.WrappedRoute(child: const _i4.FinancePage());
},
);
}