strapi-plugin-config-sync/admin/src/state/actions/Config.js

16 lines
275 B
JavaScript
Raw Normal View History

2021-03-20 00:54:18 +01:00
/**
*
* Main actions
*
*/
import { request } from 'strapi-helper-plugin';
import { Map } from 'immutable';
// export const EXAMPLE_ACTION = 'EXAMPLE_ACTION';
// export function exampleAction(value) {
// return {
// type: EXAMPLE_ACTION,
// value,
// };
// }