mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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 { NgModule } from "@angular/core";
|
||||||
import { RouterModule } from "@angular/router"
|
import { RouterModule } from "@angular/router"
|
||||||
import { QRCodeModule } from 'angularx-qrcode';
|
/*import { QRCodeModule } from 'angularx-qrcode';*/
|
||||||
|
|
||||||
import { SharedModule } from "../shared/shared.module";
|
import { SharedModule } from "../shared/shared.module";
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ import * as fromComponents from './components';
|
||||||
imports: [
|
imports: [
|
||||||
RouterModule.forChild(fromComponents.routes),
|
RouterModule.forChild(fromComponents.routes),
|
||||||
SharedModule,
|
SharedModule,
|
||||||
QRCodeModule,
|
/* QRCodeModule,*/
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
...fromComponents.components
|
...fromComponents.components
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue