1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

converting chrome refs to BrowserApi

This commit is contained in:
Kyle Spearrin
2018-01-12 11:09:30 -05:00
parent 1e11a89fc2
commit 8f438d818b
24 changed files with 91 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
import BrowserApi from '../browser/browserApi';
import { BrowserApi } from '../browser/browserApi';
import MainBackground from './main.background';