Skip to content

Commit

Permalink
fix Typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
shalomscott committed Jan 13, 2021
1 parent 3828c23 commit 94c20b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/ZmanimFormatter.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 94c20b9

Please sign in to comment.