From 94c20b945caf1a14d9e776cd319ebcc96d5de38a Mon Sep 17 00:00:00 2001 From: Shalom Steinbach Date: Wed, 13 Jan 2021 22:00:02 +0200 Subject: [PATCH] fix Typescript error --- src/util/ZmanimFormatter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/ZmanimFormatter.ts b/src/util/ZmanimFormatter.ts index d2dfefc..df2bc52 100644 --- a/src/util/ZmanimFormatter.ts +++ b/src/util/ZmanimFormatter.ts @@ -1,5 +1,5 @@ import { DateTime } from 'luxon'; -import * as numeral from 'numeral'; +import numeral from 'numeral'; import { TimeZone, Utils } from '../polyfills/Utils'; import { Time } from './Time';