export const INVALIDATE_STORE = "INVALIDATE_STORE"; export function invalidateStore() { return { type: INVALIDATE_STORE }; }