profile ppages implemented

This commit is contained in:
frits000000
2020-11-21 11:33:58 +01:00
parent 02852cc5b1
commit b51f82cd3a
17 changed files with 336 additions and 69 deletions
+7 -1
View File
@@ -6,13 +6,16 @@ import CTA from "./CTA/CTA"
import Footer from "./Footer/Footer";
import Dropdown from "./Dropdown/Dropdown";
import CompanyResults from "./Cards/CompanyResult";
import FinishedInternShip from "./Cards/FinishedInternCard";
//Layout imports
import DefaultLayout from "./Layouts/DefaultLayout";
//Pages imports
import HomePage from './Pages/HomePage';
import HomePage from './Pages/Home/HomePage';
import InternSearch from "./Pages/Search/InternSearchPage";
import CompanyProfile from "./Pages/Profile/CompanyProfile";
import UserProfile from "./Pages/Profile/UserProfile";
//Style
import "./GlobalStyles.css";
@@ -26,6 +29,7 @@ export {
Footer,
Dropdown,
CompanyResults,
FinishedInternShip,
}
@@ -39,4 +43,6 @@ export {
export {
HomePage,
InternSearch,
CompanyProfile,
UserProfile,
}