2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 10:58:38 +08:00
discourse/app/assets/javascripts/admin/components/flagged-post-title.js.es6

4 lines
60 B
Text
Raw Normal View History

export default Ember.Component.extend({
tagName: 'h3'
});