/**
 * @route /projetos/[id]/dashboard-metricas
 * FRONT-S2-02 — UI em `@/features/projetos/projeto-dashboard-metricas`.
 */

import { ProjetoDashboardMetricasScreen } from '@/features/projetos/projeto-dashboard-metricas';

export default function ProjetoDashboardMetricasPage() {
    return <ProjetoDashboardMetricasScreen />;
}
