/**
 * @route /projetos/[id]/software/emails-autenticacao
 */

import { ProjetoSoftwareEmailsAutenticacaoScreen } from '@/features/projetos/projeto-software-emails-autenticacao';

export default function EmailsAutenticacaoProjetoPage() {
    return <ProjetoSoftwareEmailsAutenticacaoScreen />;
}

export type { ProjetoEmailsAutenticacaoData } from '@/features/projetos/projeto-software-emails-autenticacao';
