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-07-07 11:18:12 +05:30
export default {
render: () => null,
};