mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update user-preferences.module.ts
This commit is contained in:
parent
26ffd5adc0
commit
56eced0880
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import { NgModule } from "@angular/core";
|
||||
import { RouterModule } from "@angular/router"
|
||||
import { QRCodeModule } from 'angularx-qrcode';
|
||||
/*import { QRCodeModule } from 'angularx-qrcode';*/
|
||||
|
||||
import { SharedModule } from "../shared/shared.module";
|
||||
|
||||
|
@ -11,7 +11,7 @@ import * as fromComponents from './components';
|
|||
imports: [
|
||||
RouterModule.forChild(fromComponents.routes),
|
||||
SharedModule,
|
||||
QRCodeModule,
|
||||
/* QRCodeModule,*/
|
||||
],
|
||||
declarations: [
|
||||
...fromComponents.components
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue