added script forms

This commit is contained in:
moulichand16
2026-03-27 10:53:20 +05:30
parent d3331e56c0
commit e912b982df
7 changed files with 248 additions and 1 deletions

View File

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