Skip to content

Commit b4535b1

Browse files
committed
fix: correct polyfill import
Signed-off-by: lewisbirks <[email protected]>
1 parent c8bd64e commit b4535b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/frontend/common/utils/timings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "@formatjs/intl-durationformat/polyfill";
1+
import "@formatjs/intl-durationformat/polyfill.js";
22

33
import { useEffect, useState } from "react";
44

0 commit comments

Comments
 (0)