listo equipo#

This commit is contained in:
xXpuma99Xx
2022-04-17 21:10:38 -05:00
parent e4247f7985
commit 26eaa9afda
11 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Entity, Column, PrimaryGeneratedColumn, OneToMany } from 'typeorm';
import { Equipo } from '../equipo/equipo.entity';
import { Equipo } from '../equipo/entity/equipo.entity';
import { CarreraPrograma } from '../carrera-programa/entity/carrera-programa.entity';
@Entity()