discourse/app/assets/javascripts/admin/components/cancel-link.js.es6

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

5 lines
94 B
Plaintext
Raw Normal View History

import Component from "@ember/component";
export default Component.extend({
2018-03-22 23:05:11 -04:00
tagName: ""
});