Move commands to background/shared

This commit is contained in:
Shin'ya Ueoka 2018-07-20 22:42:21 +09:00
parent 62d3c09f61
commit 4d4aaa2c4b
5 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import actions from '../actions';
import * as consoleActions from './console';
import * as tabs from '../shared/tabs';
import * as bookmarks from '../shared/bookmarks';
import * as parsers from 'shared/commands/parsers';
import * as parsers from 'background/shared/commands/parsers';
import * as properties from 'shared/settings/properties';
const openCommand = async(url) => {