Skip to content

Commit

Permalink
fix uiDocs route
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 22, 2023
1 parent 0d5b3d1 commit a4fb3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/uiDocs/uiDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ export default function Attempt() {

//ROUTER SECTION
return (
<Router>
<Router basename='/src/Tools'>
<Routes>
<Route path="/uiDocs" element={<Layout />}>
<Route index element={<Home />} />
Expand Down

0 comments on commit a4fb3d6

Please sign in to comment.