import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; import { BookOpen, Tag, Settings, Layers } from 'lucide-react'; import Link from 'next/link'; const refMenu = [ { title: 'Disciplines', description: 'Manage system-wide disciplines (e.g., ARCH, STR)', href: '/admin/doc-control/reference/disciplines', icon: Layers, }, { title: 'RFA Types', description: 'Manage RFA types and approve codes', href: '/admin/doc-control/reference/rfa-types', icon: BookOpen, }, { title: 'Correspondence Types', description: 'Manage generic correspondence types', href: '/admin/doc-control/reference/correspondence-types', icon: Settings, }, { title: 'Tags', description: 'Manage system tags for documents', href: '/admin/doc-control/reference/tags', icon: Tag, }, ]; export default function ReferenceDataPage() { return (
{item.description}