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:
parent
dee9c511e5
commit
debc8605df
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue