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,4 +1,4 @@
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Injectable } from '@angular/core';
export type LinkedInLoginScopes = 'r_basicprofile' | 'r_emailaddress' | 'rw_company_admin' | 'w_share';