diff --git a/awwwards_ss4/src/App.jsx b/awwwards_ss4/src/App.jsx index 79e044b..718a80e 100644 --- a/awwwards_ss4/src/App.jsx +++ b/awwwards_ss4/src/App.jsx @@ -1,3 +1,4 @@ +import Footer from "./components/Footer" import Home from "./components/Home" import KitVideo from "./components/KitVideo" import Products from "./components/Products" @@ -12,6 +13,7 @@ function App() { +