Add route for my homeworks
This commit is contained in:
parent
2166685131
commit
908196cacd
@ -39,7 +39,7 @@ function App() {
|
|||||||
<Route path="/characters" element={<CharacterList />} />
|
<Route path="/characters" element={<CharacterList />} />
|
||||||
<Route path="/homeworks" element={<HomeworkList />} />
|
<Route path="/homeworks" element={<HomeworkList />} />
|
||||||
<Route path="/homeworks/register" element={<RegisterHomework />} />
|
<Route path="/homeworks/register" element={<RegisterHomework />} />
|
||||||
<Route path="/characters/:characterId/homeworks" element={<CharacterHomeworkSelect />} />
|
<Route path="/characters/me/homeworks" element={<CharacterHomeworkSelect />} />
|
||||||
<Route path="/dashboard" element={<Dashboard />} />
|
<Route path="/dashboard" element={<Dashboard />} />
|
||||||
<Route path="/signup" element={<Signup />} />
|
<Route path="/signup" element={<Signup />} />
|
||||||
<Route path="/me" element={<MePage />} />
|
<Route path="/me" element={<MePage />} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user