mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
resolve browserapi
This commit is contained in:
@@ -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%' }),
|
||||
|
||||
Reference in New Issue
Block a user