From 4afcf870cb0156fadcc45ef4e455832d0adcc7fb Mon Sep 17 00:00:00 2001 From: Vlad Chiovianu Date: Tue, 17 Nov 2020 11:09:37 +0200 Subject: [PATCH] fixes route segment generation --- src/Services/Writers/stubs/routes/segment.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Writers/stubs/routes/segment.stub b/src/Services/Writers/stubs/routes/segment.stub index a8cea69..efe9936 100644 --- a/src/Services/Writers/stubs/routes/segment.stub +++ b/src/Services/Writers/stubs/routes/segment.stub @@ -1,4 +1,4 @@ -import routeImporter from '@core/modules/importers/routeImporter'; +import routeImporter from '@ui/modules/importers/routeImporter'; const routes = routeImporter(require.context('./${segment}', false, /.*\.js$/)); const RouterView = () => import('@core/bulma/pages/Router.vue');