Remove unneeded router info.
This commit is contained in:
parent
289c6e3d4c
commit
d56638dc17
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue