import GallerySkeleton from '@/components/gallery/GallerySkeleton'; // Shown while the server component fetches the gallery, so the first paint is // already the gallery's layout rather than an empty page. export default function Loading() { return ; }