Probably nothing important

This commit is contained in:
Joshua Sigona 2021-07-23 23:25:23 +09:00
parent 2bf77557ff
commit e0e5b81166

View File

@ -591,6 +591,9 @@ function App() {
<>
<Router>
<Switch>
<Route path="/test">
<AdminPanel/>
</Route>
<Route path="/admin">
<AdminPanel/>
</Route>