Skip to content

Commit

Permalink
chore: static page deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordobo committed May 9, 2024
1 parent 5b8a1b6 commit 001e31d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/demo-app/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core"
import { NgModule } from "@angular/core"
import { BrowserModule } from "@angular/platform-browser"
import { BrowserAnimationsModule } from "@angular/platform-browser/animations"
import { ColorPickerModule } from "ngx-color-picker"
Expand Down Expand Up @@ -45,7 +45,6 @@ import { AppComponent } from "./app.component"
MatTooltipModule,
QRCodeModule,
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
providers: [],
bootstrap: [AppComponent],
})
Expand Down

0 comments on commit 001e31d

Please sign in to comment.