fix: use client 추가

This commit is contained in:
yoosangwook 2024-11-26 11:10:16 +09:00
parent 0d87b68bfa
commit 5d8837b1c4

View File

@ -1,3 +1,5 @@
'use client'
import { useContext, useEffect } from 'react'
import { FloorPlanContext } from '@/app/floor-plan/FloorPlanProvider'