import {} from '../mutation-types'

const state = {
  all: []
}

const mutations = {

}

export default {
  state,
  mutations
}
