import Component from '@ember/component';
export default Component.extend({
classNames: 'column',
header: null,
content: null,
});