// Scoped 404 for the portal subtree. import type { ReactNode } from 'react' import { T } from '@voltro/i18n' export default function PortalNotFound(): ReactNode { return (

) }