6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
|
|
import CommandStack from './CommandStack';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
commandStack: [ 'type', CommandStack ]
|
||
|
|
};
|