From aea393c458dc27dfe3e3dd69416342cb653e26b3 Mon Sep 17 00:00:00 2001 From: Maksym Date: Sun, 13 Oct 2024 21:58:00 +0200 Subject: [PATCH] modified: src/index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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