From 17fc63e76f2e2e40bc6a14b72b56bd123831f5ce Mon Sep 17 00:00:00 2001 From: Jean Machuca Date: Sat, 29 Apr 2023 18:15:45 -0400 Subject: [PATCH] fix ts(1203) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 713abfb..bbf13e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,2 @@ import QCObjects from "./QCObjects"; -export = QCObjects; \ No newline at end of file +export default QCObjects; \ No newline at end of file