init + login
This commit is contained in:
@@ -12,8 +12,8 @@ function App() {
|
|||||||
{/* <Route index element={<Dashboard />} />
|
{/* <Route index element={<Dashboard />} />
|
||||||
<Route path="bots" element={<Bots />} />
|
<Route path="bots" element={<Bots />} />
|
||||||
<Route path="bot/:id" element={<Bot />} />
|
<Route path="bot/:id" element={<Bot />} />
|
||||||
<Route path="tokens" element={<Contact />} />
|
<Route path="tokens" element={<Tokens />} />
|
||||||
<Route path="token/:id" element={<Contact />} />
|
<Route path="token/:id" element={<Token />} />
|
||||||
<Route path="*" element={<MissingPage />} /> */}
|
<Route path="*" element={<MissingPage />} /> */}
|
||||||
</Route>
|
</Route>
|
||||||
</Routes>
|
</Routes>
|
||||||
|
|||||||
Reference in New Issue
Block a user