We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57978d8 commit d1369c3Copy full SHA for d1369c3
reactjsfoundations.com/src/App.js
@@ -3,7 +3,6 @@ import { routes } from './routes';
3
import usePageTracking from './usePageTracking';
4
import Helmet from 'react-helmet';
5
import CodeLinks from './CodeLinks';
6
-import BottomNav from './BottomNav';
7
import { Suspense } from 'react';
8
import { useLocation } from 'react-router-dom';
9
import { SocialIcon } from 'react-social-icons';
@@ -83,7 +82,6 @@ function App(props) {
83
82
</div>
84
</Suspense>
85
86
- <BottomNav />
87
</>
88
);
89
}
0 commit comments