Skip to content

Commit

Permalink
updated import, remove unused context
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Jun 13, 2024
1 parent 672cdfb commit 17c3fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { useDroppable } from '@dnd-kit/core';
import { DraggableObject } from './DragDropSort';
import { DraggableObject } from './DragDropContainer';
import { SortableContext, verticalListSortingStrategy } from '@dnd-kit/sortable';
import { DraggableDualListSelectorListItem } from './DraggableDualListSelectorListItem';
import { DraggableDataListItem } from './DraggableDataListItem';
Expand Down

This file was deleted.

0 comments on commit 17c3fb1

Please sign in to comment.