// Scoped 404 for the editor subtree. Fires when a URL under the group matches no // page, and when a loader throws NotFoundError. import type { ReactNode } from 'react' import { T } from '@voltro/i18n' export default function EditorNotFound(): ReactNode { return (

) }