aboutsummaryrefslogtreecommitdiff
path: root/src/background
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 13:58:01 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 13:58:01 +0900
commit22db12f2a37529a560eda1839c3a23011f900fab (patch)
tree84e0f02fb447984fdded7e4a167b7545f2f5756c /src/background
parent0f54a203dba38acdd080a928cee95f875fe84706 (diff)
move messages to shared
Diffstat (limited to 'src/background')
-rw-r--r--src/background/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/index.js b/src/background/index.js
index dbc10fb..63d13cb 100644
--- a/src/background/index.js
+++ b/src/background/index.js
@@ -1,5 +1,5 @@
import * as settingsActions from 'actions/setting';
-import messages from 'content/messages';
+import messages from 'shared/messages';
import BackgroundComponent from 'components/background';
import reducers from 'reducers';
import { createStore } from 'store';