fix drag handle on route component

This commit is contained in:
Joel Wetzell
2026-08-11 20:31:18 -05:00
parent 08af66c378
commit cb4e011fea
+2
View File
@@ -1,6 +1,7 @@
import { import {
CdkDrag, CdkDrag,
CdkDragDrop, CdkDragDrop,
CdkDragHandle,
CdkDragPlaceholder, CdkDragPlaceholder,
CdkDragPreview, CdkDragPreview,
CdkDropList, CdkDropList,
@@ -42,6 +43,7 @@ import { ProcessorComponent } from '../processor/processor';
ProcessorComponent, ProcessorComponent,
MatTooltipModule, MatTooltipModule,
CdkDrag, CdkDrag,
CdkDragHandle,
CdkDropList, CdkDropList,
CdkDragPreview, CdkDragPreview,
CdkDragPlaceholder, CdkDragPlaceholder,