From b7cd73e56088636d3f2b7b44d6f729f93b8e9103 Mon Sep 17 00:00:00 2001 From: Andrew Anderson Date: Tue, 30 Jul 2024 15:20:03 -0800 Subject: [PATCH] Update ai-chat.module.ts --- src/app/components/ai-chat/ai-chat.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/ai-chat/ai-chat.module.ts b/src/app/components/ai-chat/ai-chat.module.ts index c835f5323..6de50ef3b 100644 --- a/src/app/components/ai-chat/ai-chat.module.ts +++ b/src/app/components/ai-chat/ai-chat.module.ts @@ -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],