diff --git a/package.json b/package.json
index 4af63ef..74e51d3 100644
--- a/package.json
+++ b/package.json
@@ -18,13 +18,15 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@types/textarea-caret": "^3.0.3",
+ "axios": "^1.6.2",
"framer-motion": "^10.16.4",
"hangul-js": "^0.2.6",
"immer": "^10.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
- "textarea-caret": "^3.1.0"
+ "textarea-caret": "^3.1.0",
+ "zustand": "^4.4.6"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
diff --git a/src/App.tsx b/src/App.tsx
index cddf5ba..b8eb7c0 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,9 +5,9 @@ import Layout from './layout';
function App() {
return (
-