Refactor booking widget skeleton

This commit is contained in:
Anton Gunnarsson
2024-11-14 13:25:49 +01:00
parent 40df15d0e5
commit 2bfe8df741
6 changed files with 122 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
import { env } from "@/env/server"
import BookingWidgetSkeleton from "@/components/BookingWidget/BookingWidgetSkeleton"
import { BookingWidgetSkeleton } from "@/components/BookingWidget/Client"
export default function LoadingBookingWidget() {
if (env.HIDE_FOR_NEXT_RELEASE) {