diff --git a/packages/plugin-store/src/index.ts b/packages/plugin-store/src/index.ts index ef1b6007e..c21894d8e 100644 --- a/packages/plugin-store/src/index.ts +++ b/packages/plugin-store/src/index.ts @@ -1,5 +1,5 @@ import * as path from 'path'; -import Generator from './Generator'; +import Generator from './generator'; import checkStoreExists from './utils/checkStoreExists'; import { getAppStorePath } from './utils/getPath'; import { getRouteFileType } from './utils/getFileType';