From d984c1f2e492b4be14ba89a8b1772cecafdd772d Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:31:20 +0100 Subject: [PATCH] Update index.js --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 9fbac8f0..093c2ec2 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ -export { default as Client } from "./client/Client.js"; +import { default as Client } from "./client/Client.js"; +export default Client;