File "store.js"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/store.js
File size: 227 bytes
MIME-type: text/x-java
Charset: utf-8

import reducer from './reducers';
import selectors from './selectors';

export const STORE_ID = 'jetpack-backup-plugin';
export const storeConfig = {
	reducer,
	selectors,
	initialState: window.JPBACKUP_INITIAL_STATE || {},
};