2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/app/assets/javascripts/admin/components/flagged-post-response.js.es6

4 lines
84 B
Text
Raw Normal View History

2017-09-11 14:01:59 -04:00
export default Ember.Component.extend({
classNames: ['flagged-post-response']
});