mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
This commit is contained in:
@@ -14,7 +14,6 @@ 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";
|
||||
@@ -27,11 +26,6 @@ export const routes = createRoutesFromElements(
|
||||
<Route element={<Providers />} hydrateFallbackElement={<div>Loading...</div>}>
|
||||
<Route element={<HomeLayout />}>
|
||||
<Route path="/" element={<HomePage />} />
|
||||
|
||||
<Route path="meta">
|
||||
<Route path="privacy-policy" element={<PrivacyPolicyPage />} />
|
||||
<Route index element={<Navigate replace to="/" />} />
|
||||
</Route>
|
||||
</Route>
|
||||
|
||||
<Route path="auth">
|
||||
|
||||
Reference in New Issue
Block a user