diff --git a/frontend/mining-app/lib/core/router/app_router.dart b/frontend/mining-app/lib/core/router/app_router.dart index fe5052d2..3dcffc04 100644 --- a/frontend/mining-app/lib/core/router/app_router.dart +++ b/frontend/mining-app/lib/core/router/app_router.dart @@ -106,7 +106,7 @@ final appRouterProvider = Provider((ref) { ), GoRoute( path: Routes.miningRecords, - builder: (context, state) => const MiningRecordsPage(), + builder: (context, state) => const MiningRecordsListPage(), ), GoRoute( path: Routes.plantingRecords,