move background
This commit is contained in:
parent
58123210ab
commit
d886d7de29
7 changed files with 82 additions and 56 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as settingsActions from 'settings/actions/setting';
|
||||
import messages from 'shared/messages';
|
||||
import BackgroundComponent from 'components/background';
|
||||
import reducers from 'reducers';
|
||||
import BackgroundComponent from 'background/components/background';
|
||||
import reducers from 'settings/reducers/setting';
|
||||
import { createStore } from 'store';
|
||||
|
||||
const store = createStore(reducers, (e, sender) => {
|
||||
|
|
Reference in a new issue