Found some code duplication between sortable.tsx and kanban.tsx files.
Problem:
- sortable.tsx has all the Kanban components (Kanban, KanbanBoard, KanbanColumn, etc.)
- These same components are also in kanban.tsx
- 499 lines of duplicate code
What should happen:
- sortable.tsx → only sortable list components
- kanban.tsx → only kanban board components
I can submit a PR to fix this if you'd like
Found some code duplication between sortable.tsx and kanban.tsx files.
Problem:
What should happen:
I can submit a PR to fix this if you'd like