File "user-data.js"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/user-data.js
File size: 81 bytes
MIME-type: text/plain
Charset: utf-8

const userData = ( state = {} ) => {
	return state;
};

export default userData;