Skip to content

Commit

Permalink
fix: Add missing route
Browse files Browse the repository at this point in the history
  • Loading branch information
enrique-lozano committed Nov 26, 2023
1 parent befa331 commit eff0043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/routes/app_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class AppRouter extends _$AppRouter {
AutoRoute(page: CategoryFormRoute.page),
AutoRoute(page: ExchangeRateDetailsRoute.page),
AutoRoute(page: TagFormRoute.page),
AutoRoute(page: TagListRoute.page),
AutoRoute(page: AccountDetailsRoute.page),
AutoRoute(page: TransactionFormRoute.page),
AutoRoute(page: TransactionDetailsRoute.page),
Expand Down

0 comments on commit eff0043

Please sign in to comment.