'use client'
import { Skeleton } from "@/components/ui/skeleton"
export function LabSkeleton() {
return (
{/* Mesh grid background simulation */}
{/* Top Menu Skeleton */}
{/* Style Menu Skeleton (Top Right) */}
{/* Toolbar Skeleton (Bottom Center) */}
{Array.from({ length: 9 }).map((_, i) => (
))}
{/* Loading Indicator */}
Initialisation de l'espace
Chargement de vos idées...
)
}