mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
step
big
This commit is contained in:
@@ -6,6 +6,7 @@ import '../features/dashboard/screen.dart';
|
||||
import '../features/add_transaction/screen.dart';
|
||||
import '../features/categories/screen.dart';
|
||||
import '../features/settings/screen.dart';
|
||||
import '../features/settings/categories/category_manager_screen.dart';
|
||||
import '../shared/models/transaction.dart';
|
||||
|
||||
final _shellKey = GlobalKey<NavigatorState>();
|
||||
@@ -44,6 +45,10 @@ final appRouter = GoRouter(
|
||||
return AddTransactionScreen(initial: transaction);
|
||||
},
|
||||
),
|
||||
GoRoute(
|
||||
path: '/settings/categories',
|
||||
builder: (context, state) => const CategoryManagerScreen(),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user