|
@@ -7,7 +7,6 @@ import { OverlayscrollbarsModule } from 'overlayscrollbars-ngx';
|
7
|
7
|
import { SelectHospitalComponent } from './select-hospital/select-hospital.component';
|
8
|
8
|
import { SelectDeptComponent } from './select-dept/select-dept.component';
|
9
|
9
|
import { PromptModalComponent } from './prompt-modal/prompt-modal.component';
|
10
|
|
-import { SortablejsModule } from 'ngx-sortablejs';
|
11
|
10
|
import { ReplicationSchemeComponent } from './replication-scheme/replication-scheme.component';
|
12
|
11
|
import { HsPromptModalComponent } from './hs-prompt-modal/hs-prompt-modal.component';
|
13
|
12
|
import { HistoryPromptModalComponent } from './history-prompt-modal/history-prompt-modal.component';
|
|
@@ -86,7 +85,6 @@ import { BloodHistoryPromptModalComponent } from './blood-history-prompt-modal/b
|
86
|
85
|
FormsModule,
|
87
|
86
|
ReactiveFormsModule,
|
88
|
87
|
OverlayscrollbarsModule,
|
89
|
|
- SortablejsModule,
|
90
|
88
|
NzIconModule,
|
91
|
89
|
],
|
92
|
90
|
exports: [
|
|
@@ -112,7 +110,6 @@ import { BloodHistoryPromptModalComponent } from './blood-history-prompt-modal/b
|
112
|
110
|
FormsModule,
|
113
|
111
|
ReactiveFormsModule,
|
114
|
112
|
OverlayscrollbarsModule,
|
115
|
|
- SortablejsModule,
|
116
|
113
|
DateTransformPipe,
|
117
|
114
|
DialogDeleteComponent,
|
118
|
115
|
DialogSurgeryComponent,
|