6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
|
|
import ChangeSupport from './ChangeSupport';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
__init__: [ 'changeSupport' ],
|
||
|
|
changeSupport: [ 'type', ChangeSupport ]
|
||
|
|
};
|