This commit is contained in:
Taric Xin
2022-02-21 13:07:35 +08:00
parent 5f87986be5
commit f5f682b2ed
12 changed files with 19 additions and 55 deletions

View File

@ -37,7 +37,6 @@ import { ImageListModule } from './components/imagelist';
import { DictSelectComponent } from './components/dict-select';
import { PipeModule } from './pipes';
import { AccountDetailComponent } from './components/account-detail/account-detail.component';
import { InsuranceTableModule } from './components/insurance-table';
const MODULES = [
AddressModule,
@ -52,7 +51,6 @@ const MODULES = [
AmapModule,
ImageListModule,
PipeModule,
InsuranceTableModule,
...PRO_SHARED_MODULES
];
// #endregion