aboutsummaryrefslogtreecommitdiffstats
path: root/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.ts b/config.ts
index c316066..a65dfa8 100644
--- a/config.ts
+++ b/config.ts
@@ -1,6 +1,7 @@
/// <reference path="require.d.ts" />
-import * as hes from "hesla";
+
+import { Hesla } from "hesla";
require([], () => {
- var thisHesla = new hes.Hesla();
+ var thisHesla = new Hesla();
});