/**
 * @fileoverview Hub «Conectar projeto» — shell da rota.
 * @route /projetos/[id]/conectar
 */

import { ProjetoConectarScreen } from '@/features/projetos/projeto-conectar';

export default function ProjetoConectarPage() {
    return <ProjetoConectarScreen />;
}
