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

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

5 lines
95 B
JavaScript
Raw Normal View History

import Component from "@ember/component";
export default Component.extend({
tagName: "",
2017-10-30 20:34:13 -04:00
});