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

index.js « index « groups « dashboard « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a2aae706c088d72b35792bc7129dac0173cf6de (plain)
1
2
3
4
5
import initGroupsList from '../../../../groups';

export default () => {
  initGroupsList();
};