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';