modal-header.js 102 B

12345
  1. import Ember from 'ember';
  2. export default Ember.Component.extend({
  3. classNames: 'modal-header',
  4. });