diff --git a/src/App.tsx b/src/App.tsx index adcb8594e..1e6e96031 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,5 @@ -import { PeoplePage } from './components/PeoplePage'; +import { Outlet } from 'react-router-dom'; import { Navbar } from './components/Navbar'; - import './App.scss'; export const App = () => { @@ -10,9 +9,7 @@ export const App = () => {