build fix

This commit is contained in:
Eugene Pankov 2017-11-18 23:07:02 +01:00
parent a280658bbb
commit 0c15f5033d

View file

@ -1,5 +1,3 @@
import { Component } from '@angular/core'
export declare type ComponentType = new (...args: any[]) => any
export abstract class SettingsTabProvider {