Add Utilities page and tool label generator

This commit is contained in:
2021-12-07 04:04:11 +00:00
parent db3e1290e4
commit 831280d73a
2 changed files with 97 additions and 4 deletions
+3 -3
View File
@@ -167,9 +167,9 @@ function App() {
to='/classes'
/>
<Dropdown.Item
content='Transporter'
content='Utilities'
as={Link}
to='/paste'
to='/utils'
/>
<Dropdown.Item
content='Charts'
@@ -215,7 +215,7 @@ function App() {
<PasswordReset />
</Route>
<Route path='/paste'>
<Route path='/utils'>
<Paste token={token} />
</Route>