import { ProjetoProdutoCronogramaScreen } from '@/features/projetos/projeto-produto-cronograma';

export default function ProjetoProdutoCronogramaPage() {
    return <ProjetoProdutoCronogramaScreen />;
}
