diff options
author | Luiz Kill <luizkill@gmail.com> | 2022-07-30 11:38:38 -0300 |
---|---|---|
committer | Luiz Kill <luizkill@gmail.com> | 2022-08-02 07:52:35 -0300 |
commit | c434422a9216fd0793d896c7ac271206262c4e38 (patch) | |
tree | 8e6fa40f28dcbaca87afde7acec46ce60071456c /modern/package.json | |
parent | b1961a111581e9958c823087429b98f77318607e (diff) | |
download | trackermap-web-c434422a9216fd0793d896c7ac271206262c4e38.tar.gz trackermap-web-c434422a9216fd0793d896c7ac271206262c4e38.tar.bz2 trackermap-web-c434422a9216fd0793d896c7ac271206262c4e38.zip |
Adds a draggable status card to the modern interface
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/package.json b/modern/package.json index 5e50d70d..e34cb7e0 100644 --- a/modern/package.json +++ b/modern/package.json @@ -20,6 +20,7 @@ "moment": "^2.29.4", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-draggable": "^4.4.5", "react-mui-dropzone": "^4.0.6", "react-redux": "^8.0.2", "react-router-dom": "^6.3.0", |