import type { ReactNode } from 'react' /** Standard horizontal cluster for admin table action icons. */ const AdminTableActions = ({ children }: { children: ReactNode }) =>
{children}
export default AdminTableActions