UNPKG

fbz

Version:

Fork of the OpenBazaar 2.0 browser-based client.

7 lines (5 loc) 208 B
import { createAction } from 'redux-starter-kit'; export const requestCached = createAction('PROFILE_REQUEST_CACHED'); export const requestCachedSuccess = createAction( 'PROFILE_REQUEST_CACHED_SUCCESS' );