basic ad entity without direction

This commit is contained in:
sbriat
2023-08-18 16:50:55 +02:00
parent db13f4d87e
commit 88326dcf6f
10 changed files with 74 additions and 10 deletions

View File

@@ -63,6 +63,6 @@ import { GeographyModule } from '@modules/geography/geography.module';
GeographyModule,
MessagerModule,
],
exports: [AdModule, MessagerModule],
exports: [AdModule, GeographyModule, MessagerModule],
})
export class AppModule {}