import {make_action} from 'actions/base'

export const update_profile = make_action('update_profile', 'profile')
