Revert "chore: generator to Generator" (#4690)

This reverts commit c852f66002.
This commit is contained in:
Hengchang Lu 2021-09-24 20:47:28 +08:00 committed by GitHub
parent c852f66002
commit e003e4888f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';