Merged in bug/lang-client-component (pull request #411)

bug: Make staycard a client component

* bug: Make staycard a client component


Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
Niclas Edenvin
2024-08-15 12:12:39 +00:00
parent 1721f09ebb
commit 59ae1a1d42

View File

@@ -1,3 +1,4 @@
"use client"
import { dt } from "@/lib/dt"
import { CalendarIcon } from "@/components/Icons"