Skip to content

Commit

Permalink
update nav structure
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jan 22, 2025
1 parent 637890f commit 0bd8c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ReactSVG } from 'react-svg';
import { Loader } from 'components/atoms/Loader';
import { Banner } from 'components/organisms/Banner';
import { ASSETS, DOM, FLAGS } from 'helpers/config';
import { Footer } from 'navigation/Footer';
import { Footer } from 'navigation/footer';
import { Header } from 'navigation/Header';
import { RootState } from 'store';

Expand Down

0 comments on commit 0bd8c13

Please sign in to comment.