more pages created for family banner links
This commit was merged in pull request #599.
This commit is contained in:
+4
-2
@@ -58,6 +58,8 @@ import VerifyYouPages from "./views/VerifyYouPages";
|
||||
import VerifyYouPagesTwo from "./views/VerifyYouPagesTwo";
|
||||
import YourPages from "./views/YourPage_";
|
||||
import ParentWaitingPage from "./views/ParentWaitingPage";
|
||||
import FamilyPendingOfferPage from "./views/FamilyPendingOfferPage";
|
||||
import FamilyPastDuePage from "./views/FamilyPastDuePage";
|
||||
|
||||
export default function Routers() {
|
||||
return (
|
||||
@@ -131,8 +133,8 @@ export default function Routers() {
|
||||
<Route exact path="/market" element={<MarketPlacePage />} />
|
||||
<Route exact path="/familymarket" element={<FamilyMarketPage />} />
|
||||
<Route exact path="/suggested" element={<ParentWaitingPage />} />
|
||||
<Route exact path="/pastdue" element={<MyPastDueJobsPage />} />
|
||||
<Route exact path="/pending" element={<MyWaitingJobsPage />} />
|
||||
<Route exact path="/pastdue" element={<FamilyPastDuePage />} />
|
||||
<Route exact path="/pending" element={<FamilyPendingOfferPage />} />
|
||||
<Route
|
||||
exact
|
||||
path="/familysettings"
|
||||
|
||||
Reference in New Issue
Block a user