Skip to content

Commit

Permalink
Update ai-chat.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight authored Jul 31, 2024
1 parent 41aa300 commit 33592dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ai-chat/ai-chat.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {MatDialog, MatDialogModule} from '@angular/material/dialog';
* @title Dialog with header, scrollable content and actions
*/
@Component({
selector: 'ai-chat',
selector: 'app-ai-chat',
templateUrl: 'ai-chat.component.html',
standalone: true,
imports: [MatButtonModule, MatDialogModule],
Expand Down

0 comments on commit 33592dd

Please sign in to comment.