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