﻿/**
 * @route /projetos/[id]/planejamento/entregas
 * Cópia tipológica B3 (DUPLICAR) — pode divergir por vertical.
 */

import { ProjetoPlanejamentoEntregasScreen } from '@/features/projetos/planejamento/entregas';

export default function PlanejamentoEntregasPage() {
    return <ProjetoPlanejamentoEntregasScreen />;
}
