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