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 1, 2024
1 parent 9cf91f1 commit 3a1dcb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/header/info-bar/info-bar.module.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { AiChatModule } from '@components/ai-chat/ai-chat.module';

import { AiChatComponent } from '@components/ai-chat/ai-chat.component';

@NgModule({
declarations: [InfoBarComponent, AiChatComponent],
imports: [
CommonModule,
AiChatModule
],
exports: [
InfoBarComponent,
Expand Down

0 comments on commit 3a1dcb8

Please sign in to comment.