mirror of https://github.com/alibaba/ice.git
Revert "chore: generator to Generator" (#4690)
This reverts commit c852f66002.
This commit is contained in:
parent
c852f66002
commit
e003e4888f
|
|
@ -1,5 +1,5 @@
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import Generator from './Generator';
|
import Generator from './generator';
|
||||||
import checkStoreExists from './utils/checkStoreExists';
|
import checkStoreExists from './utils/checkStoreExists';
|
||||||
import { getAppStorePath } from './utils/getPath';
|
import { getAppStorePath } from './utils/getPath';
|
||||||
import { getRouteFileType } from './utils/getFileType';
|
import { getRouteFileType } from './utils/getFileType';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue