diff --git a/package.json b/package.json index b793ac7..0f677e2 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", + "react-resizable-panels": "^3.0.6", "react-router-dom": "^7.4.1" }, "devDependencies": { diff --git a/public/manifest.json b/public/manifest.json index afbccd7..0f71482 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "name": "디룩(Delook)", "author": "@waterbinnn", "homepage_url": "https://www.delook.co.kr/", - "version": "1.0.9", + "version": "1.0.10", "description": "개념 학습부터 기술 면접 준비까지, 성장하는 개발자의 새 탭", "action": { "default_popup": "popup.html", diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index 2502dd1..cb0089a 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -14,7 +14,7 @@ export function Layout() {