feat(useragent::evm): basic list & creation

This commit is contained in:
hdbg
2026-03-16 03:13:05 +01:00
parent fac312d860
commit 6ed8150e48
9 changed files with 603 additions and 111 deletions

View File

@@ -15,8 +15,8 @@ class Router extends RootStackRouter {
page: DashboardRouter.page,
path: '/dashboard',
children: [
AutoRoute(page: EvmRoute.page, path: 'evm'),
AutoRoute(page: AboutRoute.page, path: 'about'),
AutoRoute(page: CalcRoute.page, path: 'calc'),
],
),
];