mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
8 lines
No EOL
110 B
JavaScript
8 lines
No EOL
110 B
JavaScript
import Bus from '../bus';
|
|
|
|
export default {
|
|
services: {},
|
|
streams: {},
|
|
//@deprecated
|
|
bus: new Bus()
|
|
}; |