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 b14e8fe commit 9cf91f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/header/info-bar/info-bar.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

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

@NgModule({
declarations: [InfoBarComponent, AiChatComponent],
Expand Down

0 comments on commit 9cf91f1

Please sign in to comment.