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