Skip to content

Commit

Permalink
fixes route segment generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Nov 17, 2020
1 parent a7e1eb3 commit 4afcf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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');
Expand Down

0 comments on commit 4afcf87

Please sign in to comment.