feat: allowance journey

This commit is contained in:
Abdalhamid Alhamad
2024-12-19 15:18:35 +03:00
parent fd6c1d1442
commit a201692c0c
31 changed files with 884 additions and 4 deletions

View File

@ -15,6 +15,6 @@ import { JuniorService, JuniorTokenService, QrcodeService } from './services';
forwardRef(() => AuthModule),
CustomerModule,
],
exports: [JuniorTokenService, JuniorService],
exports: [JuniorService, JuniorTokenService],
})
export class JuniorModule {}