diff --git a/src/router/index.js b/src/router/index.js index d72246048..86c402187 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -31,15 +31,9 @@ import { applicationConfig } from "../constants/application-config"; // Components import datePicker from "@/digital-components/date-picker/date-picker.vue"; import demoDatePicker from "@/layouts/demo-date-picker/demo-date-picker.vue"; -import customerDetails from "@/layouts/customer-details/customer-details.vue"; import review from "@/layouts/review/review"; const routes = [ - { - path: "/customer-details", // This is a temporary route for testing. - name: "customer-details", - component: customerDetails, - }, { path: "/demo-date-picker", // This is a temporary route for testing. name: "demo-date-picker",