Delete src/index.ts

This commit is contained in:
maksimgrs98 2024-12-04 00:50:44 +01:00
parent 6d1d767819
commit 8fbaacbd33

View File

@ -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 };