diff --git a/src/App.tsx b/src/App.tsx index 971cdb7..6b99151 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import React from "react"; // Components Imports import { Header } from "./components/Header"; +import { Footer } from "./components/Footer"; // Styles Imports import "./styles/global.css"; @@ -19,6 +20,7 @@ function App() { */} +