mirror of
https://github.com/bitwarden/browser
synced 2025-01-20 00:12:09 +01:00
resolve browserapi
This commit is contained in:
parent
3bce3ede25
commit
d8f423711a
@ -6,7 +6,8 @@ import {
|
|||||||
transition,
|
transition,
|
||||||
trigger,
|
trigger,
|
||||||
} from '@angular/animations';
|
} from '@angular/animations';
|
||||||
import { BrowserApi } from 'src/browser/browserApi';
|
|
||||||
|
import { BrowserApi } from '../browser/browserApi';
|
||||||
|
|
||||||
const queryShown = query(':enter, :leave', [
|
const queryShown = query(':enter, :leave', [
|
||||||
style({ position: 'fixed', width: '100%', height: '100%' }),
|
style({ position: 'fixed', width: '100%', height: '100%' }),
|
||||||
|
Loading…
Reference in New Issue
Block a user