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";