mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
sort animation imports
This commit is contained in:
parent
9d5304239a
commit
bbee1790e1
@ -1,10 +1,10 @@
|
|||||||
import {
|
import {
|
||||||
trigger,
|
|
||||||
animate,
|
animate,
|
||||||
style,
|
|
||||||
group,
|
group,
|
||||||
query,
|
query,
|
||||||
|
style,
|
||||||
transition,
|
transition,
|
||||||
|
trigger,
|
||||||
} from '@angular/animations';
|
} from '@angular/animations';
|
||||||
|
|
||||||
const queryShown = query(':enter, :leave', [
|
const queryShown = query(':enter, :leave', [
|
||||||
|
Loading…
Reference in New Issue
Block a user