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 {
CdkDrag,
CdkDragDrop,
CdkDragHandle,
CdkDragPlaceholder,
CdkDragPreview,
CdkDropList,
@@ -42,6 +43,7 @@ import { ProcessorComponent } from '../processor/processor';
ProcessorComponent,
MatTooltipModule,
CdkDrag,
CdkDragHandle,
CdkDropList,
CdkDragPreview,
CdkDragPlaceholder,