Removed Loader-demo from router/index.js
This commit is contained in:
parent
d51f9fd056
commit
02db554ee9
1 changed files with 0 additions and 6 deletions
|
|
@ -4,7 +4,6 @@ import { lazyLoadComponent } from "@/router/dynamic-routing/component-loader.js"
|
||||||
import { routingTable } from "@/router/router-constants/routing-table.js";
|
import { routingTable } from "@/router/router-constants/routing-table.js";
|
||||||
import ComponentTest from "@/layouts/component-test/component-test.vue";
|
import ComponentTest from "@/layouts/component-test/component-test.vue";
|
||||||
|
|
||||||
import LoaderDemo from "@/layouts/loader-demo/loader-demo.vue";
|
|
||||||
import AddressPOC from "@/layouts/address-poc/address-poc.vue";
|
import AddressPOC from "@/layouts/address-poc/address-poc.vue";
|
||||||
|
|
||||||
import NotFound from "@/layouts/not-found/not-found.vue";
|
import NotFound from "@/layouts/not-found/not-found.vue";
|
||||||
|
|
@ -21,11 +20,6 @@ const routes = [
|
||||||
name: "ComponentTest",
|
name: "ComponentTest",
|
||||||
component: ComponentTest,
|
component: ComponentTest,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/loader-demo", // This is a temporary route for testing.
|
|
||||||
name: "LoaderDemo",
|
|
||||||
component: LoaderDemo,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/address-poc", // This is a temporary route for testing.
|
path: "/address-poc", // This is a temporary route for testing.
|
||||||
name: "AddressPOC",
|
name: "AddressPOC",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue