diff --git a/src/App.tsx b/src/App.tsx index 78d22d5..67913c8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ import { QueryClientProvider, QueryClient } from 'react-query'; import { ReactQueryDevtools } from 'react-query/devtools'; -import { Todos, Header, BottomNavigation } from './components'; +import { Todos, Header, Footer } from './components'; const queryClient = new QueryClient(); @@ -13,7 +13,7 @@ const App = (): JSX.Element => { - +