export const INIT_STORE = 'INIT_STORE'; export function initStore() { return { type: INIT_STORE, }; }