bots page

This commit is contained in:
2022-12-28 01:35:43 -06:00
parent 77f6472679
commit a42d9e6442
9 changed files with 309 additions and 77 deletions

View File

@@ -11,7 +11,7 @@ import { Tokens } from "./pages/Tokens";
function App() {
return (
<div className="bg-gray-900 text-gray-200 w-full h-full">
<div className="bg-gray-900 text-gray-200 w-full h-full overflow-y-auto">
<BrowserRouter>
<Routes>
<Route path="/logout" element={<Logout />} />