Skip to content

Commit a67a111

Browse files
Add missing imports
1 parent c3aef80 commit a67a111

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

date/formatTime.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import toLocalDateTime from "./toLocalDateTime.js";
2+
import displayTime from "./displayTime.js";
3+
14
export default (sourceDate, showSeconds = false, timezoneOffset = 0) => {
25
const localDate = toLocalDateTime(sourceDate, timezoneOffset);
36

0 commit comments

Comments
 (0)