diff --git a/src/popup/app-routing.animations.ts b/src/popup/app-routing.animations.ts index c84fc788b9..0de48a8166 100644 --- a/src/popup/app-routing.animations.ts +++ b/src/popup/app-routing.animations.ts @@ -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%' }),