Skip to content

Commit

Permalink
Updated index.html and fixed deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbouncy7 committed Oct 19, 2024
1 parent 3bb555f commit 758b5e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Public } from "./pages/Public/Public";
function App() {
return (
<>
<Routes>
<Route path="/*" element={<Public />} />
</Routes>
{/* <Routes> */}
{/* <Route path="/*" element={<Public />} /> */}
{/* </Routes> */}
</>
);
}
Expand Down

0 comments on commit 758b5e3

Please sign in to comment.