/** * * 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, // }; // }