mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fixed build
This commit is contained in:
parent
be97fcfa86
commit
7132b61c40
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
import { Component, OnInit } from "@angular/core";
|
||||
import { DomSanitizer } from '@angular/platform-browser';
|
||||
import { DomSanitizer } from "@angular/platform-browser";
|
||||
import "rxjs/add/operator/debounceTime";
|
||||
import "rxjs/add/operator/distinctUntilChanged";
|
||||
import "rxjs/add/operator/map";
|
||||
import { Subject } from "rxjs/Subject";
|
||||
import { ImageService } from './../services/image.service';
|
||||
import { ImageService } from "./../services/image.service";
|
||||
|
||||
import "rxjs/add/operator/debounceTime";
|
||||
import "rxjs/add/operator/distinctUntilChanged";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue