style(components): import statements should be one line

This commit is contained in:
Brandy Carney
2018-07-18 10:20:34 -04:00
parent 1d201ec468
commit 12d8174307
7 changed files with 10 additions and 65 deletions

View File

@ -1,11 +1,4 @@
import {
Component,
Element,
Event,
EventEmitter,
Method,
Prop
} from '@stencil/core';
import { Component, Element, Event, EventEmitter, Method, Prop } from '@stencil/core';
import { Side } from '../../interface';
import { isEndSide } from '../../utils/helpers';