From d8f423711af7e436419c3731b6e28ada868c1fa7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 21 Aug 2019 09:28:42 -0400 Subject: [PATCH] resolve browserapi --- src/popup/app-routing.animations.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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%' }),