diff --git a/src/components/popup/SuitableDetailPopup.tsx b/src/components/popup/SuitableDetailPopup.tsx index 59b7838..2d4095d 100644 --- a/src/components/popup/SuitableDetailPopup.tsx +++ b/src/components/popup/SuitableDetailPopup.tsx @@ -1,4 +1,11 @@ +'use client' + +import Image from 'next/image' +import { usePopupController } from '@/store/popupController' + export default function SuitableDetailPopup() { + const popupController = usePopupController() + return (