Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer-1478 authored Nov 14, 2022
1 parent 64af04a commit bbfff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function App() {
<Route path={process.env.PUBLIC_URL + '/ai'} element={<Aihome />} />
<Route path={process.env.PUBLIC_URL + '/ai-dsm'} element={<AiDsm />} />
<Route path={process.env.PUBLIC_URL + '/discord'} element={<Logger />} />
<Route path={process.env.PUBLIC_URL + '/atlhacks'} element={<ATLHACKS />} />
<Route path={process.env.PUBLIC_URL + '/atlhack'} element={<ATLHACKS />} />
<Route path="*" element={<Fourzerofour />} />
</Routes>
<Footer />
Expand Down

0 comments on commit bbfff91

Please sign in to comment.