diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index b4c273c..0000000 --- a/src/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -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, Bus, VMObject };