From 8fbaacbd3305ec8a41cf6a888d07c74e6572001f Mon Sep 17 00:00:00 2001 From: maksimgrs98 Date: Wed, 4 Dec 2024 00:50:44 +0100 Subject: [PATCH] Delete src/index.ts --- src/index.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/index.ts 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 };