summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/branches/index.js
blob: deda95cd0c9fb97cce0adb998c25a1d040cfea0f (plain)
1
2
3
4
5
6
7
8
9
10
import state from './state';
import * as actions from './actions';
import mutations from './mutations';

export default {
  namespaced: true,
  state,
  actions,
  mutations,
};