mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
update drag and drop package to @hello-pangea/dnd
This commit is contained in:
parent
10a31a7513
commit
53cd32542e
3 changed files with 53 additions and 90 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue