diff --git a/frontend/public/index.html b/frontend/public/index.html index d079fa0..b24f39a 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -14,6 +14,21 @@ + + +
diff --git a/frontend/src/App.js b/frontend/src/App.js index 53aeb78..4925f46 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -5,7 +5,7 @@ import Bank from "./components/Bank"; import Profile from "./components/Profile"; import Browse from "./components/Browse"; import Login from "./components/Login"; - +import Nav from "./components/Nav"; import "./App.css"; function App() { @@ -28,6 +28,7 @@ function App() { return (
+ + ); +}; + +export default Nav;