diff --git a/src/util/ZmanimFormatter.ts b/src/util/ZmanimFormatter.ts index d2dfefc..2480ae5 100644 --- a/src/util/ZmanimFormatter.ts +++ b/src/util/ZmanimFormatter.ts @@ -1,5 +1,6 @@ import { DateTime } from 'luxon'; -import * as numeral from 'numeral'; +import * as numeral_ from 'numeral'; +const numeral = numeral_; import { TimeZone, Utils } from '../polyfills/Utils'; import { Time } from './Time';