// Scoped 404 for the /admin subtree (e.g. /admin/nope when no page matches). import type { ReactNode } from 'react' import { T } from '@voltro/i18n' export default function AdminNotFound(): ReactNode { return (