From b01e1e4c3907cea472284c3142a9860bb2992593 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 22 Jan 2023 14:06:25 +0100 Subject: Compiles cleanly --- config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.ts') diff --git a/config.ts b/config.ts index c316066..a65dfa8 100644 --- a/config.ts +++ b/config.ts @@ -1,6 +1,7 @@ /// -import * as hes from "hesla"; + +import { Hesla } from "hesla"; require([], () => { - var thisHesla = new hes.Hesla(); + var thisHesla = new Hesla(); }); -- cgit