From dbb486209b23039cae3ac5931eb023c11ae676c1 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 2 May 2021 11:23:13 +0200 Subject: [PATCH] Fixed the UI loader --- modules/core/ui-loader/Loader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/ui-loader/Loader.ts b/modules/core/ui-loader/Loader.ts index ba2322a..3782a3a 100644 --- a/modules/core/ui-loader/Loader.ts +++ b/modules/core/ui-loader/Loader.ts @@ -1,5 +1,5 @@ import {is_debug} from "../main-window"; -import moment from "moment"; +import * as moment from "moment"; import * as fs from "fs-extra"; import * as os from "os";