fix(mining-app): rename MiningRecordsPage widget to avoid name conflict

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-14 23:33:38 -08:00
parent dee9c511e5
commit debc8605df
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ final appRouterProvider = Provider<GoRouter>((ref) {
),
GoRoute(
path: Routes.miningRecords,
builder: (context, state) => const MiningRecordsPage(),
builder: (context, state) => const MiningRecordsListPage(),
),
GoRoute(
path: Routes.plantingRecords,