"use client"; import dynamic from "next/dynamic"; const HomeClient = dynamic(() => import("./HomeClient"), { ssr: false, loading: () =>
, }); export function HomeClientLoader() { return ; }