Skip to content

Commit

Permalink
Fix missed import declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
chird committed Oct 22, 2022
1 parent 3b11b47 commit d5eee21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meteoJS/thermodynamicDiagram/WindspeedProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*/
import {
windspeedMSToKN,
windspeedKNToMS
windspeedKNToMS,
windspeedMSToKMH
} from '../calc.js';
import {
getNormalizedFontOptions,
Expand Down

0 comments on commit d5eee21

Please sign in to comment.