Skip to content

Commit

Permalink
fix: 빌드 시, zustand 종속성 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
xilucks committed Jul 19, 2024
1 parent cbc5b2a commit 339c8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import create from 'zustand';
import { create } from 'zustand';

export interface Coordinate {
latitude: number;
Expand Down

0 comments on commit 339c8dd

Please sign in to comment.