mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +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