Skip to content

Commit

Permalink
Update ai-chat.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight authored Jul 30, 2024
1 parent 458756c commit e1a258b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/ai-chat/ai-chat.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { AiChatComponent } from './baseline-chart.component';
declarations: [AiChatComponent],
imports: [
CommonModule,
MatSharedModule
MatSharedModule,
AiChatModule
],
exports: [
AiChatComponent,
Expand Down

0 comments on commit e1a258b

Please sign in to comment.