Fixed typo

This commit is contained in:
hannathkadher
2024-12-09 16:21:41 +04:00
parent ab8466bf32
commit 760ca019cc

View File

@ -8,4 +8,4 @@ import { ProjectEntity } from './entities';
controllers: [],
imports: [TypeOrmModule.forFeature([ProjectEntity])],
})
export class ProjectEntityModule {}
export class ProjectRepositoryModule {}