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 7a8ee2c commit fca6e56Copy full SHA for fca6e56
compose/neurosynth-frontend/src/App.tsx
@@ -9,7 +9,6 @@ import Navbar from 'components/Navbar/Navbar';
9
import useGetToken from './hooks/useGetToken';
10
import BaseNavigation from 'pages/BaseNavigation/BaseNavigation';
11
import { useLocation } from 'react-router-dom';
12
-import Banner from 'components/Banner';
13
14
const queryClient = new QueryClient({
15
defaultOptions: {
@@ -69,7 +68,7 @@ function App() {
69
68
</IconButton>
70
)}
71
>
72
- <Banner />
+ {/* <Banner /> */}
73
<Navbar />
74
<BaseNavigation />
75
</SnackbarProvider>
0 commit comments