Skip to content

Commit

Permalink
prompt import added
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-1337 committed Sep 29, 2024
1 parent 851e953 commit bcb63e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { QRCodeErrorCorrectionLevel } from 'qrcode'; // Import the type from the
import { FormsModule } from '@angular/forms'; // Import FormsModule

import { NavbarComponent } from './navbar/navbar.component';
import { PromptComponent } from './prompt/prompt.component';

import { MatIconModule } from '@angular/material/icon';
import { MatButtonModule } from '@angular/material/button';
Expand Down Expand Up @@ -39,7 +40,8 @@ const initializer = (pwaService: PwaService) => () => pwaService.initPwaPrompt()
MatSnackBarModule,
MatBottomSheetModule,
MtxColorpickerModule,
NavbarComponent
NavbarComponent,
PromptComponent
],
templateUrl: './app.component.html',
providers: [
Expand Down

0 comments on commit bcb63e6

Please sign in to comment.