We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5470f9 commit 355b9dbCopy full SHA for 355b9db
packages/svelte/src/reactivity/create-reactive-function.js
@@ -1,4 +1,4 @@
1
-import { ReactiveValue } from "./reactive-value";
+import { ReactiveValue } from "./reactive-value.js";
2
3
/**
4
* @typedef {() => void} VoidFn
0 commit comments