searchpage implementation

This commit is contained in:
frits000000
2020-11-20 17:00:01 +01:00
parent 6c1247657d
commit 0481ad2bc5
6 changed files with 39 additions and 5 deletions
+3 -1
View File
@@ -9,7 +9,8 @@ import Footer from "./Footer/Footer";
import DefaultLayout from "./Layouts/DefaultLayout";
//Pages imports
import HomePage from '../Pages/HomePage';
import HomePage from './Pages/HomePage';
import InternSearch from "./Pages/Search/InternSearchPage";
//Style
import "./GlobalStyles.css";
@@ -33,4 +34,5 @@ export {
//Pages export
export {
HomePage,
InternSearch,
}