diff --git a/src/app/App.js b/src/app/App.js index 7cc80942..53bf83e9 100644 --- a/src/app/App.js +++ b/src/app/App.js @@ -1,6 +1,6 @@ import { Route, Routes, Navigate } from "react-router-dom"; -import { Footer, Nav } from "./components"; +import { Banner, Footer, Nav } from "./components"; import { useScroll } from "./controllers"; import { About, @@ -34,7 +34,7 @@ function App() { return ( <> - {/* */} +