Refactor background directories

This commit is contained in:
Shin'ya Ueoka 2018-05-06 11:45:07 +09:00
parent c5c08783d2
commit 98bc2326ee
9 changed files with 19 additions and 21 deletions

View file

@ -1,5 +1,5 @@
import actions from '../actions';
import * as tabs from 'background/tabs';
import * as tabs from '../shared/tabs';
import * as parsers from 'shared/commands/parsers';
import * as properties from 'shared/settings/properties';