diff --git a/src/App.jsx b/src/App.jsx index b681fab..3130329 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -16,6 +16,11 @@ import NotFound from './components/NotFound' import Profile from "./pages/Profile"; import PayoutDashboard from "./pages/PayoutDashboard"; import AdminRoute from "./routes/AdminRoutes"; +import PrivacyPolicy from "./pages/legal/PrivacyPolicy"; +import TermsAndConditions from "./pages/legal/TermsAndConditions"; +import RefundPolicy from "./pages/legal/RefundPolicy"; +import Contact from "./pages/legal/Contact"; +import About from "./pages/legal/About"; function InterceptorBoot() { const navigate = useNavigate(); @@ -51,9 +56,14 @@ function App() { - } /> + } /> } /> } /> + } /> + } /> + } /> + } /> + } />