diff --git a/src/App.tsx b/src/App.tsx index 5b9ad31..7486f27 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import SectionScroll from "@components/SectionScroll"; import Skills from "@components/Skills"; import Projects from "@components/Projects"; import SectionLine from "@components/SectionLine"; +import Footer from "@components/Footer"; export default function App() { const aboutRef = useRef(null); @@ -58,6 +59,7 @@ export default function App() { +