chore: replace react-beautiful-dnd with @hello-pangea/dnd

This commit is contained in:
swve 2025-03-11 16:46:08 +01:00
parent 63be0f0ff3
commit 006c2c4072
9 changed files with 52 additions and 114 deletions

View file

@ -9,7 +9,7 @@ import {
Trash2,
} from 'lucide-react'
import React from 'react'
import { Draggable, Droppable } from 'react-beautiful-dnd'
import { Draggable, Droppable } from '@hello-pangea/dnd'
import ActivityElement from './ActivityElement'
import NewActivityButton from '../Buttons/NewActivityButton'
import { deleteChapter, updateChapter } from '@services/courses/chapters'