summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/clientside/index.js
blob: b28f7b935a8611a0059d51d6cbb16ee435ddb66b (plain)
1
2
3
4
5
6
import * as actions from './actions';

export default () => ({
  namespaced: true,
  actions,
});