1
1
mirror of https://github.com/Eugeny/tabby.git synced 2025-01-03 16:12:50 +03:00

Fix lint problems

This commit is contained in:
matishadow 2020-10-08 19:53:13 +02:00
parent 444d92d393
commit 8e4c36ec24

View File

@ -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',