diff --git a/src/App.tsx b/src/App.tsx index 4a416eb..89df068 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,19 +1,12 @@ -import { Footer } from './template/Footer' -import { Header } from './template/Header' -import { Introduction } from './pages/Introduction' +import { BrowserRouter } from 'react-router-dom' +import { Router } from './settings/routes' import './settings/styles/index.scss' export function App() { return ( - <> -
- -
- -
- -