Skip to content

Commit fca6e56

Browse files
committed
maint: remove banner
1 parent 7a8ee2c commit fca6e56

File tree

1 file changed

+1
-2
lines changed
  • compose/neurosynth-frontend/src

1 file changed

+1
-2
lines changed

compose/neurosynth-frontend/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Navbar from 'components/Navbar/Navbar';
99
import useGetToken from './hooks/useGetToken';
1010
import BaseNavigation from 'pages/BaseNavigation/BaseNavigation';
1111
import { useLocation } from 'react-router-dom';
12-
import Banner from 'components/Banner';
1312

1413
const queryClient = new QueryClient({
1514
defaultOptions: {
@@ -69,7 +68,7 @@ function App() {
6968
</IconButton>
7069
)}
7170
>
72-
<Banner />
71+
{/* <Banner /> */}
7372
<Navbar />
7473
<BaseNavigation />
7574
</SnackbarProvider>

0 commit comments

Comments
 (0)