diff --git a/src/App.tsx b/src/App.tsx index 49cf0b4..4a416eb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,6 @@ -import { Introduction } from './pages/Introduction' +import { Footer } from './template/Footer' import { Header } from './template/Header' +import { Introduction } from './pages/Introduction' import './settings/styles/index.scss' @@ -11,6 +12,8 @@ export function App() {
+ +