From fca6e562fa6ad546ecf2f4eebc61ea7ab4de26a0 Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Wed, 4 Dec 2024 21:31:39 -0500 Subject: [PATCH] maint: remove banner --- compose/neurosynth-frontend/src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose/neurosynth-frontend/src/App.tsx b/compose/neurosynth-frontend/src/App.tsx index 1c46a7d9..3db93689 100644 --- a/compose/neurosynth-frontend/src/App.tsx +++ b/compose/neurosynth-frontend/src/App.tsx @@ -9,7 +9,6 @@ import Navbar from 'components/Navbar/Navbar'; import useGetToken from './hooks/useGetToken'; import BaseNavigation from 'pages/BaseNavigation/BaseNavigation'; import { useLocation } from 'react-router-dom'; -import Banner from 'components/Banner'; const queryClient = new QueryClient({ defaultOptions: { @@ -69,7 +68,7 @@ function App() { )} > - + {/* */}