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

empty_component.js « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e44020200962d4e2fe21d836c29a9d0cd188991c (plain)
1
2
3
export default {
  render: () => null,
};