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 512edaa commit 83b9237Copy full SHA for 83b9237
packages/svelte/src/reactivity/index.js
@@ -1,5 +1,5 @@
1
-import { source } from '../internal/client/reactivity/sources';
2
-import { get, set } from '../internal/client/runtime';
+import { source } from '../internal/client/reactivity/sources.js';
+import { get, set } from '../internal/client/runtime.js';
3
4
/** @type {Array<keyof Date>} */
5
const read = [
0 commit comments