We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9815a1d commit 57c553bCopy full SHA for 57c553b
src/generators/route/index.js
@@ -1,8 +1,6 @@
1
import path from 'path';
2
-import {Base} from 'yeoman-generator';
3
import {BaseGenerator} from '../base';
4
import {relativeUrl, copyTemplates} from '../util';
5
-import scriptBase from '../script-base.js';
6
7
class Generator extends BaseGenerator {
8
prompting() {
0 commit comments