diff --git a/lib/presentation/shared/router/go_router.dart b/lib/presentation/shared/router/go_router.dart index 2e3200b..d5fecea 100644 --- a/lib/presentation/shared/router/go_router.dart +++ b/lib/presentation/shared/router/go_router.dart @@ -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(