UNPKG

instantjob-recruiter-client

Version:

a set of tools for creating an instantjob recruiter react client

6 lines (4 loc) 280 B
import {make_action} from 'actions/base' export const store_shifts = make_action('store_shifts', 'shifts') export const store_shift_events = make_action('store_shift_events', 'events') export const replace_shift_events = make_action('replace_shift_events', 'shift_id', 'events')