mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(components): import statements should be one line
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
ActivatedRouteSnapshot,
|
||||
DetachedRouteHandle,
|
||||
RouteReuseStrategy
|
||||
} from '@angular/router';
|
||||
import { ActivatedRouteSnapshot, DetachedRouteHandle, RouteReuseStrategy } from '@angular/router';
|
||||
import { deepEqual, objectValues } from './util';
|
||||
|
||||
export class IonicRouteStrategy implements RouteReuseStrategy {
|
||||
|
||||
Reference in New Issue
Block a user