import FormComponent from './form-component';
export default FormComponent.extend({
type: 'role',
name: 'role',
classNames: ['role-form'],
});