import { actionFactory } from './action.js'

export const removeAlias = actionFactory('remove')
