import { store } from '@wordpress/interactivity';

store( '&&&plugin_file_name&&&', {
	state: {},
	actions: {},
	callbacks: {},
} );
