|
@@ -17,7 +17,6 @@ import { DetailDrugComponent } from './detail-drug/detail-drug.component';
|
17
|
17
|
import { DetailOthersComponent } from './detail-others/detail-others.component';
|
18
|
18
|
import { AllocationWorkerComponent } from './allocation-worker/allocation-worker.component';
|
19
|
19
|
import { DateTransformPipe } from '../pipes/date-transform.pipe';
|
20
|
|
-import { DragDirective } from '../directives/drag.directive';
|
21
|
20
|
import { AppraiseDetailComponent } from './appraise-detail/appraise-detail.component';
|
22
|
21
|
import { OrderDetailComponent } from './order-detail/order-detail.component';
|
23
|
22
|
import { DialogDeleteComponent } from './dialog-delete/dialog-delete.component';
|
|
@@ -61,7 +60,6 @@ import { BloodHistoryPromptModalComponent } from './blood-history-prompt-modal/b
|
61
|
60
|
AppraiseDetailComponent,
|
62
|
61
|
OrderDetailComponent,
|
63
|
62
|
DateTransformPipe,
|
64
|
|
- DragDirective,
|
65
|
63
|
DialogDeleteComponent,
|
66
|
64
|
DialogSurgeryComponent,
|
67
|
65
|
MaskComponent,
|
|
@@ -116,7 +114,6 @@ import { BloodHistoryPromptModalComponent } from './blood-history-prompt-modal/b
|
116
|
114
|
OverlayscrollbarsModule,
|
117
|
115
|
SortablejsModule,
|
118
|
116
|
DateTransformPipe,
|
119
|
|
- DragDirective,
|
120
|
117
|
DialogDeleteComponent,
|
121
|
118
|
DialogSurgeryComponent,
|
122
|
119
|
MaskComponent,
|