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

ee_functions.js « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6b34556663f94874721516f247b4746a5356b75 (plain)
1
2
3
4
5
export const setWeightFetchingState = () => {};
export const setEpicFetchingState = () => {};

export const getMilestoneTitle = () => ({});
export const getBoardsModalData = () => ({});