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

index.js « new « forks « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7825eb01949df9f56adc79f15163b3e71325919b (plain)
1
2
3
4
5
import ProjectFork from '~/project_fork';

export default () => {
  new ProjectFork(); // eslint-disable-line no-new
};