diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 14:44:21 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 14:44:21 +0900 |
commit | 58123210ab4cdd4a1f2b4720a0abbd88908baa06 (patch) | |
tree | b841120a6347313e34ba4a5ddbfd599e08aa6f16 /src/background | |
parent | 541449b1fced9eea15f415b023206b10724f5315 (diff) |
separate settings
Diffstat (limited to 'src/background')
-rw-r--r-- | src/background/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/index.js b/src/background/index.js index 63d13cb..c51754b 100644 --- a/src/background/index.js +++ b/src/background/index.js @@ -1,4 +1,4 @@ -import * as settingsActions from 'actions/setting'; +import * as settingsActions from 'settings/actions/setting'; import messages from 'shared/messages'; import BackgroundComponent from 'components/background'; import reducers from 'reducers'; |