We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bf3cd commit 17fd1e4Copy full SHA for 17fd1e4
frontend/src/App.tsx
@@ -38,7 +38,7 @@ const router = createBrowserRouter([
38
element: <TutorialTeamSelectPage />,
39
loader: () => TUTORIAL_BATTLE_INFO
40
},
41
- { path: 'tutorial/battle', element: <TutorialBattlePage /> },
+ { path: 'tutorial/battle', element: <TutorialBattlePage />, loader: () => TUTORIAL_BATTLE_INFO },
42
{ path: 'battles/:inviteCode', element: <InvitePage /> },
43
{ path: 'battles/:id/result', element: <BattleResultPage /> }
44
]
0 commit comments