From 13fe559df5198bff8ff79bc4463bee0a4e58ae57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 4 Nov 2020 14:04:51 +0100 Subject: [PATCH] Make the type-only import explicit in PasswordStrength.ts --- .../files/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts b/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts index 6f9475a0d8..ac5323d14c 100644 --- a/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts +++ b/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts @@ -12,7 +12,7 @@ import * as Language from "../../Language"; import DomUtil from "../../Dom/Util"; // zxcvbn is imported for the types only. It is loaded on demand, due to its size. -import zxcvbn from "zxcvbn"; +import type zxcvbn from "zxcvbn"; type StaticDictionary = string[]; -- 2.20.1