1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +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

@@ -43,7 +43,7 @@ import {
import Analytics from '../scripts/analytics';
import BrowserApi from '../browser/browserApi';
import { BrowserApi } from '../browser/browserApi';
import CommandsBackground from './commands.background';
import ContextMenusBackground from './contextMenus.background';