diff --git a/src/components/floor-plan/modal/ImgLoad.jsx b/src/components/floor-plan/modal/ImgLoad.jsx index 84c2dfdc..c95d62a9 100644 --- a/src/components/floor-plan/modal/ImgLoad.jsx +++ b/src/components/floor-plan/modal/ImgLoad.jsx @@ -1,3 +1,5 @@ +'use client' + import { useContext, useEffect } from 'react' import { FloorPlanContext } from '@/app/floor-plan/FloorPlanProvider'