diff --git a/app/client/components/sortable-card.tsx b/app/client/components/sortable-card.tsx index d5b8897d..1455665d 100644 --- a/app/client/components/sortable-card.tsx +++ b/app/client/components/sortable-card.tsx @@ -1,5 +1,6 @@ import { useSortable } from "@dnd-kit/sortable"; import { CSS } from "@dnd-kit/utilities"; +import { ClientOnly } from "@tanstack/react-router"; import { GripVertical } from "lucide-react"; import type { PropsWithChildren } from "react"; @@ -21,13 +22,15 @@ export function SortableCard({ isDragging, uniqueId, children }: PropsWithChildr return (