mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(imports): add spaces in imports
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import {Component, ElementRef, ChangeDetectionStrategy, ViewEncapsulation} from '@angular/core';
|
||||
import { Component, ElementRef, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core';
|
||||
|
||||
import {Ion} from '../ion';
|
||||
import {Gesture} from '../../gestures/gesture';
|
||||
import {CSS} from '../../util/dom';
|
||||
import {Animation} from '../../animations/animation';
|
||||
|
||||
import * as util from '../../util';
|
||||
import { Ion } from '../ion';
|
||||
|
||||
/**
|
||||
* @name Scroll
|
||||
|
||||
Reference in New Issue
Block a user