summaryrefslogtreecommitdiffstats
path: root/src/svg.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg.js')
-rw-r--r--src/svg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg.js b/src/svg.js
index e88b825..f6c4bc5 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -1,5 +1,5 @@
import * as svgMembers from './main.js'
-import { makeInstance } from './utils/adopter'
+import { makeInstance } from './utils/adopter.js'
// The main wrapping element
export default function SVG (element) {