Skip to content

Commit 355b9db

Browse files
Update create-reactive-function.js
Co-authored-by: Simon H <[email protected]>
1 parent a5470f9 commit 355b9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/reactivity/create-reactive-function.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ReactiveValue } from "./reactive-value";
1+
import { ReactiveValue } from "./reactive-value.js";
22

33
/**
44
* @typedef {() => void} VoidFn

0 commit comments

Comments
 (0)