Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-1337 committed Dec 18, 2024
1 parent ecf621a commit da16d5d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Component, ViewChild, ElementRef, AfterViewInit, OnInit } from '@angular/core';
import { NgIf } from '@angular/common';
import { RouterOutlet } from '@angular/router';
import QRCode from 'qrcode'; // Importiere die QRCode-Bibliothek
import { QRCodeErrorCorrectionLevel } from 'qrcode'; // Import the type from the 'qrcode' library
import { FormsModule } from '@angular/forms'; // Import FormsModule
Expand Down Expand Up @@ -29,7 +27,6 @@ import { MatToolbarModule } from '@angular/material/toolbar';
selector: 'app-root',
standalone: true,
imports: [
RouterOutlet,
FormsModule,
MatIconModule,
MatButtonModule,
Expand All @@ -41,8 +38,7 @@ import { MatToolbarModule } from '@angular/material/toolbar';
MatBottomSheetModule,
MatToolbarModule,
MtxColorpickerModule,
NavbarComponent,
NgIf
NavbarComponent
],
templateUrl: './app.component.html',
providers: [IconsClass]
Expand Down

0 comments on commit da16d5d

Please sign in to comment.