Skip to content

Commit

Permalink
chore: push error fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoHyeonSim committed Feb 5, 2025
1 parent 24833dd commit 8f7fd3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/presentation/shared/router/go_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ final goRouterConfig = GoRouter(
return EarlyLateScreen(earlyLateTime: earlyLateTime);
},
),
path: '/scheduleCreate',
builder: (context, state) => ScheduleCreateScreen()),
GoRoute(
path: '/scheduleEdit/:scheduleId',
builder: (context, state) => ScheduleEditScreen(
Expand Down

0 comments on commit 8f7fd3f

Please sign in to comment.