Add Explore route to App.tsx
cgen-2899243fcaba4e049501491eabb97d1c
This commit is contained in:
parent
c0548ae978
commit
0cbbb750c1
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ import Admin from "./pages/Admin";
|
|||
import Feed from "./pages/Feed";
|
||||
import ProjectsNew from "./pages/ProjectsNew";
|
||||
import Opportunities from "./pages/Opportunities";
|
||||
import Explore from "./pages/Explore";
|
||||
import { Navigate } from "react-router-dom";
|
||||
import FourOhFourPage from "./pages/404";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue