import React from 'react'; import { Card } from '@/components/ui/Card.tsx'; import Skeleton from '@/components/ui/Skeleton.tsx'; const OrganizationHeaderSkeleton = () => (
); export default OrganizationHeaderSkeleton;