diff --git a/public/index.html b/public/index.html index 7d02ee6a..6a13f834 100644 --- a/public/index.html +++ b/public/index.html @@ -26,6 +26,8 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + + Bridge In Tech diff --git a/src/Routes.js b/src/Routes.js index 71e40989..487c11de 100644 --- a/src/Routes.js +++ b/src/Routes.js @@ -26,12 +26,14 @@ import GetInTouch from "./home/GetInTouch" import Benefit from "./home/Benefit" import FAQ from "./home/FAQ" import Nav from "./Navigation" +import Sidebar from "./sidebar/Sidebar" export default function Routes() { return ( +