Skip to content

Commit

Permalink
Update info-bar.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight authored Aug 2, 2024
1 parent 8a68dd5 commit 6d204c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/components/header/info-bar/info-bar.module.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { AiChatComponent } from '@components/ai-chat';
@NgModule({
declarations: [
InfoBarComponent
InfoBarComponent,
AiChatComponent
],
imports: [
CommonModule
Expand Down

0 comments on commit 6d204c3

Please sign in to comment.