From 8e4c36ec24646c9b6b961ef59c49d566ddd116cc Mon Sep 17 00:00:00 2001 From: matishadow Date: Thu, 8 Oct 2020 19:53:13 +0200 Subject: [PATCH] Fix lint problems --- terminus-terminal/src/components/searchPanel.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-terminal/src/components/searchPanel.component.ts b/terminus-terminal/src/components/searchPanel.component.ts index 31d07766..a5bf3c08 100644 --- a/terminus-terminal/src/components/searchPanel.component.ts +++ b/terminus-terminal/src/components/searchPanel.component.ts @@ -1,7 +1,7 @@ import { Component, Input, Output, EventEmitter } from '@angular/core' import { ToastrService } from 'ngx-toastr' import { Frontend, SearchOptions } from '../frontends/frontend' -import {ConfigService} from "terminus-core"; +import { ConfigService } from 'terminus-core' @Component({ selector: 'search-panel',