Your IP : 13.59.197.213


Current Path : /proc/self/root/home/sudancam/public_html3/games/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/
Upload File :
Current File : //proc/self/root/home/sudancam/public_html3/games/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/store.js

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 || {},
};