diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-07-11 21:01:48 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-07-11 21:01:48 +0900 |
commit | 067da88d06fbffca323ecdbaf8b1011f88225219 (patch) | |
tree | 3aab1472374310a5b724f1b7d08a7ab465a7718d /src/background/index.js | |
parent | b69cc04856fd21d325193d56e212e4dbf07cb762 (diff) |
Move versions to background
Diffstat (limited to 'src/background/index.js')
-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 8c4eafc..1e4c078 100644 --- a/src/background/index.js +++ b/src/background/index.js @@ -6,7 +6,7 @@ import IndicatorComponent from 'background/components/indicator'; import reducers from 'background/reducers'; import { createStore, applyMiddleware } from 'redux'; import promise from 'redux-promise'; -import * as versions from 'shared/versions'; +import * as versions from './shared/versions'; const store = createStore( reducers, |