refactor: follow order-imports lint rule

This commit is contained in:
Daniel
2018-09-17 17:50:36 +02:00
parent 0c7cfeeeb8
commit c1e1c5cb79
137 changed files with 150 additions and 151 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';
export interface HttpdOptions {