diff --git a/src/App.js b/src/App.js index 25e60d27..ce49d1b9 100644 --- a/src/App.js +++ b/src/App.js @@ -19,6 +19,7 @@ import Profile from "./Components/Profile/profile"; import Licensing from "./Components/footer_section/Legal/Licensing"; import TermsConditions from "./Components/footer_section/Legal/TermsandConditions"; import PrivacyPolicy from "./Components/footer_section/Legal/PrivacyPolicy"; +import Careers from "./Components/Careers/CareersPage"; function App() { return ( @@ -44,6 +45,8 @@ function App() { } /> } /> } /> + } /> +