diff --git a/src/index.ts b/src/index.ts index d42d371..b4c273c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ -import { Strip } from "./VMR/Bus"; +import { Bus } from "./VMR/Bus"; +import { Strip } from "./VMR/Strip"; import { Control } from "./VMR/Control"; import { Remote } from "./VMR/Remote"; import { VMObject } from "./VMR/VMObject"; -export {Remote, Control, Strip, VMObject} \ No newline at end of file +export { Remote, Control, Strip, Bus, VMObject };