discourse/app/assets/javascripts/wizard/addon/components/wizard-field-checkbox.js

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

6 lines
96 B
JavaScript
Raw Normal View History

import Component from "@ember/component";
export default Component.extend({
tagName: "",
});