From 187808b64b9ef764392584061da855acbba36660 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 23 Mar 2018 21:17:41 +0000 Subject: [PATCH] !wip fixed build --- .../app/settings/notifications/newsletter.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Ombi/ClientApp/app/settings/notifications/newsletter.component.ts b/src/Ombi/ClientApp/app/settings/notifications/newsletter.component.ts index 2716b4604..460c54955 100644 --- a/src/Ombi/ClientApp/app/settings/notifications/newsletter.component.ts +++ b/src/Ombi/ClientApp/app/settings/notifications/newsletter.component.ts @@ -1,6 +1,4 @@ -import { } from './../../services/job.service'; - -import { Component, OnInit } from "@angular/core"; +import { Component, OnInit } from "@angular/core"; import { INewsletterNotificationSettings, NotificationType } from "../../interfaces"; import { JobService, NotificationService, SettingsService } from "../../services";