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')
