added car configurator
This commit is contained in:
@@ -20,6 +20,7 @@ const ContactUs = lazy(() => import("./pages/ContactUs/index.jsx"));
|
||||
const DeliveryTerms = lazy(() => import("./pages/DeliveryTerms/index.jsx"));
|
||||
const AboutUs = lazy(() => import("./pages/AboutUs/index.jsx"));
|
||||
const PrivacyPolicy = lazy(() => import("./pages/PrivacyPolicy/index.jsx"));
|
||||
const AdminPage = lazy(() => import("./pages/CarconfiguratorAdmin/index.jsx"));
|
||||
|
||||
export default function Router() {
|
||||
const routes = useRoutes([
|
||||
@@ -47,6 +48,7 @@ export default function Router() {
|
||||
{ path: "/delivery-and-payment", element: <DeliveryTerms /> },
|
||||
{ path: "/about-us", element: <AboutUs /> },
|
||||
{ path: "/privacy-policy", element: <PrivacyPolicy /> },
|
||||
{ path: "/carconfigurator-admin", element: <AdminPage /> },
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user