Change react-beautiful-dnd to @hello-pangea/dnd

This commit is contained in:
KMY 2023-09-14 10:23:28 +09:00
parent 6e0abfe34c
commit 1e62ee4965
3 changed files with 260 additions and 312 deletions

View file

@ -11,7 +11,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
import { connect } from 'react-redux';
import { createSelector } from 'reselect';
import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd';
import { updateReactionDeck } from 'mastodon/actions/reaction_deck';
import Button from 'mastodon/components/button';