Dragndrop feature to move a file into a folder (#138) (#148)

Co-authored-by: Anton SHEPILOV <ashepilov@linagora.com>
Co-authored-by: montaghanmy <monta.ghanmy@gmail.com>
This commit is contained in:
Greemty
2023-09-04 10:36:06 +02:00
committed by GitHub
parent c77bdbf99d
commit 5fd29bb0d6
13 changed files with 422 additions and 63 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}