new file: src/index.ts
This commit is contained in:
parent
a5c6430991
commit
2afe4fea46
6
src/index.ts
Normal file
6
src/index.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { Strip } from "./VMR/Bus";
|
||||
import { Control } from "./VMR/Control";
|
||||
import { Remote } from "./VMR/Remote";
|
||||
import { VMObject } from "./VMR/VMObject";
|
||||
|
||||
export default {Remote, Control, Strip, VMObject}
|
Loading…
Reference in New Issue
Block a user