diff --git a/src/index.ts b/src/index.ts index c06b1d0..d42d371 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,4 +3,4 @@ import { Control } from "./VMR/Control"; import { Remote } from "./VMR/Remote"; import { VMObject } from "./VMR/VMObject"; -export default {Remote, Control, Strip, VMObject} \ No newline at end of file +export {Remote, Control, Strip, VMObject} \ No newline at end of file