From d5eee21783ea5c9bc2ebb26aff02acf5183f35d7 Mon Sep 17 00:00:00 2001 From: Ivo Sonderegger Date: Sat, 22 Oct 2022 21:12:58 +0200 Subject: [PATCH] Fix missed import declaration --- src/meteoJS/thermodynamicDiagram/WindspeedProfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meteoJS/thermodynamicDiagram/WindspeedProfile.js b/src/meteoJS/thermodynamicDiagram/WindspeedProfile.js index f0c17e4..d9bdd35 100644 --- a/src/meteoJS/thermodynamicDiagram/WindspeedProfile.js +++ b/src/meteoJS/thermodynamicDiagram/WindspeedProfile.js @@ -3,7 +3,8 @@ */ import { windspeedMSToKN, - windspeedKNToMS + windspeedKNToMS, + windspeedMSToKMH } from '../calc.js'; import { getNormalizedFontOptions,