import { Loader2 } from "lucide-react"; const LoadingContent: React.FC<{ height: string, size: string, plane: string }> = ({ height = "h-16", size = "w-36 h-48", plane = "h-full w-full" }) => { return <>
} export default LoadingContent