Welcome to mirror list, hosted at ThFree Co, Russian Federation.

boards_store_ee.js « stores « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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() {},
};