File "index.js"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/admin/settings/store/index.js
File size: 202 bytes
MIME-type: text/x-java
Charset: utf-8
/**
* Internal dependencies
*/
import reducer from "./reducer";
import * as selectors from "./selectors";
import * as actions from "./actions";
export default {
reducer,
selectors,
actions,
};