diff --git a/components/MyPages/Blocks/Stays/StayCard/index.tsx b/components/MyPages/Blocks/Stays/StayCard/index.tsx index 24e126d4d..5ab6c0b5d 100644 --- a/components/MyPages/Blocks/Stays/StayCard/index.tsx +++ b/components/MyPages/Blocks/Stays/StayCard/index.tsx @@ -1,3 +1,4 @@ +"use client" import { dt } from "@/lib/dt" import { CalendarIcon } from "@/components/Icons"