Skip to content

Commit d1369c3

Browse files
committed
optimizing and removing unneeded code
1 parent 57978d8 commit d1369c3

File tree

1 file changed

+0
-2
lines changed
  • reactjsfoundations.com/src

1 file changed

+0
-2
lines changed

reactjsfoundations.com/src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { routes } from './routes';
33
import usePageTracking from './usePageTracking';
44
import Helmet from 'react-helmet';
55
import CodeLinks from './CodeLinks';
6-
import BottomNav from './BottomNav';
76
import { Suspense } from 'react';
87
import { useLocation } from 'react-router-dom';
98
import { SocialIcon } from 'react-social-icons';
@@ -83,7 +82,6 @@ function App(props) {
8382
</div>
8483
</Suspense>
8584
</div>
86-
<BottomNav />
8785
</>
8886
);
8987
}

0 commit comments

Comments
 (0)