From d56638dc172d8ce64ea75937db909e7489c1d423 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 5 Jun 2023 13:53:29 -0400 Subject: [PATCH] Remove unneeded router info. --- src/router/index.js | 6 ------ 1 file changed, 6 deletions(-) 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",