fix imports in src

This commit is contained in:
Shin'ya Ueoka 2017-10-05 20:14:58 +09:00
parent 5ef9a2a60c
commit 32168a94e0
25 changed files with 66 additions and 66 deletions

View file

@ -1,5 +1,5 @@
import * as tabs from '../background/tabs';
import * as histories from '../background/histories';
import * as tabs from 'background/tabs';
import * as histories from 'background/histories';
import * as consoleActions from './console';
const normalizeUrl = (string, searchConfig) => {