diff options
| author | codetorso <[email protected]> | 2024-06-09 20:38:37 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-06-09 20:38:37 +0530 |
| commit | 99659df86f3daa44d2d58c90b43587a25e961308 (patch) | |
| tree | 5a13adaa71f913e441c64db009577723e0e211ee /apps/web/package.json | |
| parent | Add Dynamic Island (diff) | |
| download | supermemory-99659df86f3daa44d2d58c90b43587a25e961308.tar.xz supermemory-99659df86f3daa44d2d58c90b43587a25e961308.zip | |
before color edits
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 0bfb4119..16a59cb1 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,7 +22,8 @@ "next": "^14.1.1", "nuqs": "^1.17.4", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^18.2.0", + "react-resizable-panels": "^2.0.19" }, "devDependencies": { "@next/eslint-plugin-next": "^14.1.1", |