diff --git a/packages/graph-editor/src/components/DndList.tsx b/packages/graph-editor/src/components/DndList.tsx index 6d81558e..8799da55 100644 --- a/packages/graph-editor/src/components/DndList.tsx +++ b/packages/graph-editor/src/components/DndList.tsx @@ -40,4 +40,4 @@ export const DndList: React.ComponentClass = SortableCo ({ children, css }: { children: React.ReactNode; css: Stitches.CSS }) => { return {children} } -) \ No newline at end of file +)