fix(tables): fix #700

This commit is contained in:
Alexander Zhukov 2017-02-10 17:28:53 +03:00
parent 08de1f65c9
commit c85eae7e4b
7 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,4 @@
import {Component, ElementRef, HostListener, ViewEncapsulation} from '@angular/core';
import {Component, ElementRef, HostListener} from '@angular/core';
import {GlobalState} from '../../../global.state';
import {layoutSizes} from '../../../theme';