"use client" import dynamic from "next/dynamic" const GSDAppShell = dynamic( () => import("@/components/gsd/app-shell").then((mod) => mod.GSDAppShell), { ssr: false, loading: () => (