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,7 +1,7 @@
import messages from 'shared/messages';
import operations from 'shared/operations';
import * as tabs from 'background/tabs';
import * as zooms from 'background/zooms';
import * as tabs from '../shared//tabs';
import * as zooms from '../shared/zooms';
export default class BackgroundComponent {
constructor(store) {