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 a0ce604 commit a8d0940Copy full SHA for a8d0940
packages/svelte/src/reactivity/window/index.js
@@ -1,7 +1,7 @@
1
import { BROWSER } from 'esm-env';
2
import { on } from '../../events/index.js';
3
import { ReactiveValue } from '../reactive-value.js';
4
-import { get } from '../../internal/client';
+import { get } from '../../internal/client/index.js';
5
import { set, source } from '../../internal/client/reactivity/sources.js';
6
7
/**
0 commit comments