import { TOGGLE_PAGELET } from '../actionTypes'; export const togglePagelet = (pagelet, status) => ({ type: TOGGLE_PAGELET, pagelet, status });