summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/stores/boards_store_ee.js
blob: 2a289ce5d0afecdb466595194a9ada57e1dcb66d (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-foss/issues/59807

export default {
  initEESpecific() {},
};