Your IP : 18.222.182.66


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

import { combineReducers } from '@wordpress/data';
import notices from 'components/global-notices/store/reducer';
import features from './feature';
import jetpackSettings from './jetpack-settings';
import siteData from './site-data';
import userData from './user-data';

const reducer = combineReducers( {
	siteData,
	jetpackSettings,
	userData,
	features,
	notices,
} );

export default reducer;