update drag and drop package to @hello-pangea/dnd

This commit is contained in:
Francis Cao 2025-02-03 11:57:16 -08:00
parent 10a31a7513
commit 53cd32542e
3 changed files with 53 additions and 90 deletions

View file

@ -1,5 +1,5 @@
import { useState, useMemo, useEffect } from 'react';
import { DragDropContext, Draggable, Droppable } from 'react-beautiful-dnd';
import { DragDropContext, Draggable, Droppable } from '@hello-pangea/dnd';
import classNames from 'classnames';
import { Button, Loading, Toggle, SearchField } from 'react-basics';
import { firstBy } from 'thenby';