UNPKG

orb-ui-firebase

Version:

Firebase with redux

7 lines (6 loc) 129 B
import * as types from './types'; export function clearInitialization() { return { type: types.CLEAR_INITIALIZATION }; }