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