Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Mar 17, 2021
1 parent 413417f commit 66d412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const constants = require('../generators/generator-constants');

const GeneratorBase = require('../generators/generator-base');
const GeneratorBase = require('../generators/generator-base-blueprint');
const GeneratorBaseBlueprint = require('../generators/generator-base-blueprint');

const AppGenerator = require('../generators/app');
const ClientGenerator = require('../generators/client');
Expand Down

0 comments on commit 66d412b

Please sign in to comment.