import { type ReactElement } from 'react'; import { Layout } from '@/components/layout/Layout'; import { DesignationsTable } from '@/components/superadmin'; const Designations = (): ReactElement => { return ( ); }; export default Designations;