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 Feb 15, 2023
1 parent 2c687ff commit 751704d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function App() {
<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 + '/atlhack'} element={<ATLHACKS />} />
<Route path={process.env.PUBLIC_URL + '/atlhack'} element={<LaunchX />} />
<Route path="*" element={<Fourzerofour />} />
</Routes>
<Footer />
Expand Down

0 comments on commit 751704d

Please sign in to comment.