import { Skeleton } from '~/components/ui'; export default function SkeletonForm() { return (
{/* Left Section */}
); }