Update create-reactive-function.js

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
elliott/create-reactive-function
Elliott Johnson 5 months ago committed by GitHub
parent a5470f9569
commit 355b9dba38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
import { ReactiveValue } from "./reactive-value";
import { ReactiveValue } from "./reactive-value.js";
/**
* @typedef {() => void} VoidFn

Loading…
Cancel
Save