Skip to content

Commit

Permalink
remove downbanner from page (but keep code for the future) (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent authored Sep 13, 2024
1 parent 12ed401 commit e4fc486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compose/neurosynth-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 Downbanner from 'components/Downbanner';

const queryClient = new QueryClient({
defaultOptions: {
Expand Down Expand Up @@ -68,7 +67,6 @@ function App() {
</IconButton>
)}
>
<Downbanner />
<Navbar />
<BaseNavigation />
</SnackbarProvider>
Expand Down

0 comments on commit e4fc486

Please sign in to comment.