react native

This commit is contained in:
frits000000
2020-11-25 09:02:59 +01:00
parent b51f82cd3a
commit 9e11f32b65
6 changed files with 79 additions and 4 deletions
@@ -16,6 +16,7 @@ import HomePage from './Pages/Home/HomePage';
import InternSearch from "./Pages/Search/InternSearchPage";
import CompanyProfile from "./Pages/Profile/CompanyProfile";
import UserProfile from "./Pages/Profile/UserProfile";
import ContactPage from "./Pages/Contact/Contact";
//Style
import "./GlobalStyles.css";
@@ -45,4 +46,5 @@ export {
InternSearch,
CompanyProfile,
UserProfile,
ContactPage,
}