fix(dashboard): Replace react-nestable with new SortableTree component (#8599)

**What**
- Removes `react-nestable` dependency in favour of our own solution based on `@dnd-kit/core`

Resolves CC-217
This commit is contained in:
Kasper Fabricius Kristensen
2024-08-18 20:21:03 +00:00
committed by GitHub
parent 66c39ef876
commit 8c784a8b30
15 changed files with 1267 additions and 334 deletions
@@ -58,7 +58,6 @@
"react-hook-form": "7.49.1",
"react-i18next": "13.5.0",
"react-jwt": "^1.2.0",
"react-nestable": "^3.0.2",
"react-router-dom": "6.20.1",
"zod": "3.22.4"
},