From 60fd0d6c0518ff233250d81aa9a4fa5a8af88f36 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Fri, 22 Nov 2024 12:32:14 +0800 Subject: [PATCH] lint --- src/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/index.ts b/src/core/index.ts index e81766b8..db80222c 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -1,4 +1,4 @@ +export * from "../utils/logger"; export * from "./auth"; export * from "./errors"; -export * from "../utils/logger"; export * from "./utils";