Remove duplicate signup route

This commit is contained in:
nightbug-xx 2025-06-09 18:39:45 +09:00
parent 2166685131
commit 7463c99215

View File

@ -41,7 +41,6 @@ function App() {
<Route path="/homeworks/register" element={<RegisterHomework />} />
<Route path="/characters/:characterId/homeworks" element={<CharacterHomeworkSelect />} />
<Route path="/dashboard" element={<Dashboard />} />
<Route path="/signup" element={<Signup />} />
<Route path="/me" element={<MePage />} />
<Route path="/characters/:id/edit" element={<CharacterEditPage />} />
<Route path="/homeworks/:id/edit" element={<HomeworkEditPage />} />