summaryrefslogtreecommitdiff
path: root/src/path/context.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/context.js')
-rw-r--r--src/path/context.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/path/context.js b/src/path/context.js
index f8caa87..5137fc9 100644
--- a/src/path/context.js
+++ b/src/path/context.js
@@ -1,5 +1,5 @@
-import {tau} from "../math";
-import noop from "../noop";
+import {tau} from "../math.js";
+import noop from "../noop.js";
export default function PathContext(context) {
this._context = context;