Skip to content

Commit 94c20b9

Browse files
committed
fix Typescript error
1 parent 3828c23 commit 94c20b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/ZmanimFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DateTime } from 'luxon';
2-
import * as numeral from 'numeral';
2+
import numeral from 'numeral';
33

44
import { TimeZone, Utils } from '../polyfills/Utils';
55
import { Time } from './Time';

0 commit comments

Comments
 (0)