From 83013c7438ab23517ab36a8d8f25f0d3058b6344 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 17 Oct 2023 12:42:10 +0300 Subject: [PATCH] squash! --- Source/Variable/Load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Variable/Load.ts b/Source/Variable/Load.ts index 903cebad..77cee1d2 100644 --- a/Source/Variable/Load.ts +++ b/Source/Variable/Load.ts @@ -9,4 +9,4 @@ export default load; import type Type from "../Interface/Load.js"; -import Theme from "../Class/Theme.js"; +export const { default: Theme } = await import("../Class/Theme.js");