fix(lint): import order

This commit is contained in:
Manu Mtz.-Almeida
2018-04-26 20:18:57 +02:00
parent bf17a01f36
commit 8b1452c5c1
34 changed files with 45 additions and 42 deletions

View File

@ -1,10 +1,10 @@
import { Component, Element, EventListenerEnable, Listen, Method, Prop, Watch } from '@stencil/core';
import { QueueController } from '../../interface';
import { Cell, DomRenderFn, HeaderFn, ItemHeightFn,
ItemRenderFn, NodeHeightFn, Range,
VirtualNode, calcCells, calcHeightIndex, doRender,
findCellIndex, getRange, getShouldUpdate, getViewport,
inplaceUpdate, positionForIndex, resizeBuffer, updateVDom } from './virtual-scroll-utils';
import { QueueController } from '../../interface';
@Component({