summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/stores/boards_store_ee.js
blob: 09e3a938fbe8a03efa993768b018b0bdd9c7da72 (plain)
1
2
3
4
5
// this is just to make ee_else_ce happy and will be cleaned up in https://gitlab.com/gitlab-org/gitlab-ce/issues/59807

export default {
  initEESpecific() {},
};