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: 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() {},
};