/**
 * @route /projetos/[id]/software/versoes
 * Legado: `/versoes` → aqui (T77). FRONT-S2-02 — UI em `@/features/projetos/projeto-software-versoes`.
 */
import { ProjetoSoftwareVersoesScreen } from '@/features/projetos/projeto-software-versoes';

export default function ProjetoVersoesPage() {
    return <ProjetoSoftwareVersoesScreen />;
}
