debian-mirror-gitlab/app/assets/javascripts/vue_shared/components/empty_component.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
42 B
JavaScript
Raw Normal View History

2019-05-18 00:54:41 +05:30
export default {
render: () => null,
};