profile ppages implemented
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user