mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
|
import FormComponent from './form-component';
|
||
|
export default FormComponent.extend({
|
||
|
type: 'role',
|
||
|
name: 'role',
|
||
|
classNames: ['role-form'],
|
||
|
});
|