import { Button } from '@/component/ui/button' import { Label } from '@/component/ui/label' import { FileText, Settings } from 'lucide-react' import { StandardsConfig } from './definition' interface StandardsPreviewProps { config: StandardsConfig } const StandardSkeleton = ({ index }: { index: number }) => (