mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 17:03:55 +10:00
add privacy policy, bump up version to 4.0.13
This commit is contained in:
@@ -15,6 +15,7 @@ import { DashboardLayout } from "../pages/dashboard/layout";
|
||||
import { ResumesPage } from "../pages/dashboard/resumes/page";
|
||||
import { SettingsPage } from "../pages/dashboard/settings/page";
|
||||
import { HomeLayout } from "../pages/home/layout";
|
||||
import { PrivacyPolicyPage } from "../pages/home/meta/privacy-policy/page";
|
||||
import { HomePage } from "../pages/home/page";
|
||||
import { publicLoader, PublicResumePage } from "../pages/public/page";
|
||||
import { Providers } from "../providers";
|
||||
@@ -26,6 +27,11 @@ export const routes = createRoutesFromElements(
|
||||
<Route element={<Providers />}>
|
||||
<Route element={<HomeLayout />}>
|
||||
<Route path="/" element={<HomePage />} />
|
||||
|
||||
<Route path="meta">
|
||||
<Route path="privacy-policy" element={<PrivacyPolicyPage />} />
|
||||
<Route index element={<Navigate to="/" replace />} />
|
||||
</Route>
|
||||
</Route>
|
||||
|
||||
<Route path="auth">
|
||||
|
||||
Reference in New Issue
Block a user