Skip to content

Commit da1d0b4

Browse files
mgiraudmysiar
authored andcommitted
Remove brackets for module import (#65)
1 parent ecea1d3 commit da1d0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/VueGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const router = new VueRouter({
5151
});
5252
5353
// Add the modules in the store
54-
import { ${titleLc} } from './store/modules/${titleLc}/';
54+
import ${titleLc} from './store/modules/${titleLc}/';
5555
5656
export const store = new Vuex.Store({
5757
// ...

0 commit comments

Comments
 (0)