From b8c2c910b9c65b81678aa3a1ee2f29cda0b45221 Mon Sep 17 00:00:00 2001 From: nalsae Date: Tue, 12 Dec 2023 15:53:23 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20=F0=9F=90=9B=20Fix=20:=20modalStore=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/garden/EditModeButton.tsx | 2 +- client/src/hooks/usePlantCard.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/garden/EditModeButton.tsx b/client/src/components/garden/EditModeButton.tsx index 1739249c..ef9aeaba 100644 --- a/client/src/components/garden/EditModeButton.tsx +++ b/client/src/components/garden/EditModeButton.tsx @@ -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'; diff --git a/client/src/hooks/usePlantCard.ts b/client/src/hooks/usePlantCard.ts index be5223c1..4afdc1be 100644 --- a/client/src/hooks/usePlantCard.ts +++ b/client/src/hooks/usePlantCard.ts @@ -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 {