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

index.js « details « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92490368b156e0c902dc34aa9392f25fad6324ee (plain)
1
2
3
4
5
import { initGroupOverviewTabs } from '~/groups/init_overview_tabs';
import initGroupDetails from '../shared/group_details';

initGroupDetails('details');
initGroupOverviewTabs();