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 a8173f4 commit b7cd73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ai-chat/ai-chat.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';

import { MatSharedModule } from '@shared';

import { AiChatComponent } from './baseline-chart.component';
import { AiChatComponent } from './ai-chat.component';

@NgModule({
declarations: [AiChatComponent],
Expand Down

0 comments on commit b7cd73e

Please sign in to comment.