From 61b3fab5fe35b0b97f640d6b4b5587f6c2169a22 Mon Sep 17 00:00:00 2001 From: Andrew Anderson Date: Fri, 2 Aug 2024 10:19:55 -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 638f9b9b9..080457ed6 100644 --- a/src/app/components/ai-chat/ai-chat.module.ts +++ b/src/app/components/ai-chat/ai-chat.module.ts @@ -1,6 +1,6 @@ import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; -import { AiChatComponent } from '@components/ai-chat.component'; +import { AiChatComponent } from '@components/ai-chat/ai-chat.component'; @NgModule({