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

index.js « show « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4a84dd5eecbbbe7d1d5ae62e1a9432453e73f84 (plain)
1
2
3
4
5
import leaveByUrl from '~/namespaces/leave_by_url';
import initGroupDetails from '../shared/group_details';

leaveByUrl('group');
initGroupDetails();