diff --git a/skore-ui/src/components/DraggableList.vue b/skore-ui/src/components/DraggableList.vue index f4cec0c07..cbb563d37 100644 --- a/skore-ui/src/components/DraggableList.vue +++ b/skore-ui/src/components/DraggableList.vue @@ -5,8 +5,6 @@ import interact from "interactjs"; import Simplebar from "simplebar-core"; import { onBeforeUnmount, onMounted, ref, useTemplateRef } from "vue"; -import DynamicContentRasterizer from "@/components/DynamicContentRasterizer.vue"; - interface Item { name: string; [key: string]: any; @@ -208,9 +206,7 @@ onBeforeUnmount(() => { :style="topDropIndicatorStyles()" />