modified: src/index.ts

This commit is contained in:
Maksym 2024-10-13 21:58:00 +02:00
parent 2afe4fea46
commit aea393c458

View File

@ -3,4 +3,4 @@ import { Control } from "./VMR/Control";
import { Remote } from "./VMR/Remote"; import { Remote } from "./VMR/Remote";
import { VMObject } from "./VMR/VMObject"; import { VMObject } from "./VMR/VMObject";
export default {Remote, Control, Strip, VMObject} export {Remote, Control, Strip, VMObject}