Merge branch 'dev-main' into dev-kartik

This commit is contained in:
Kartik Datrika
2026-03-27 16:57:22 +05:30
18 changed files with 855 additions and 16 deletions

View File

@@ -12,6 +12,8 @@ import { HealthModule } from './health/health.module';
import { WorklistModule } from './worklist/worklist.module';
import { CallAssistModule } from './call-assist/call-assist.module';
import { SearchModule } from './search/search.module';
import { SupervisorModule } from './supervisor/supervisor.module';
import { EmbedModule } from './embed/embed.module';
@Module({
imports: [
@@ -30,6 +32,8 @@ import { SearchModule } from './search/search.module';
WorklistModule,
CallAssistModule,
SearchModule,
SupervisorModule,
EmbedModule,
],
})
export class AppModule {}