discourse/app/assets/javascripts/admin/components/suspension-details.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-01-11 03:56:51 +08:00
tagName: ""
});