latest changes

This commit is contained in:
moulichand16
2026-04-08 10:11:36 +05:30
61 changed files with 7301 additions and 152 deletions

View File

@@ -13,7 +13,6 @@ 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: [
@@ -33,7 +32,6 @@ import { EmbedModule } from './embed/embed.module';
CallAssistModule,
SearchModule,
SupervisorModule,
EmbedModule,
],
})
export class AppModule {}