Skip to content

Commit f337534

Browse files
committed
Make relative imports compliant with the standard (#10).
1 parent df25f91 commit f337534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import makeHistory from "./history";
2-
import makeMatcher from "./matcher";
1+
import makeHistory from "./history.js";
2+
import makeMatcher from "./matcher.js";
33

44
import {
55
useRef,

0 commit comments

Comments
 (0)