Skip to content

Commit

Permalink
[FE] ๐Ÿ› Fix : modalStore ๊ฒฝ๋กœ ์˜ค๋ฅ˜ ์ˆ˜์ • (codestates-seb#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalsae committed Dec 12, 2023
1 parent 02cd865 commit b8c2c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/garden/EditModeButton.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import useGardenStore from '@/stores/gardenStore';
import useModalStore from '@/stores/gardenModalStore';
import useModalStore from '@/stores/modalStore';

import useRollback from '@/hooks/useRollback';

Expand Down
2 changes: 1 addition & 1 deletion client/src/hooks/usePlantCard.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import cloneDeep from 'lodash/cloneDeep';

import useGardenStore from '@/stores/gardenStore';
import useModalStore from '@/stores/gardenModalStore';
import useModalStore from '@/stores/modalStore';

const usePlantCard = () => {
const {
Expand Down

0 comments on commit b8c2c91

Please sign in to comment.