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 Aug 2, 2024
1 parent 926c0ea commit 61b3fab
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
@@ -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({
Expand Down

0 comments on commit 61b3fab

Please sign in to comment.