Skip to content

Commit a8d0940

Browse files
committed
fix
1 parent a0ce604 commit a8d0940

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/reactivity/window

1 file changed

+1
-1
lines changed

packages/svelte/src/reactivity/window/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BROWSER } from 'esm-env';
22
import { on } from '../../events/index.js';
33
import { ReactiveValue } from '../reactive-value.js';
4-
import { get } from '../../internal/client';
4+
import { get } from '../../internal/client/index.js';
55
import { set, source } from '../../internal/client/reactivity/sources.js';
66

77
/**

0 commit comments

Comments
 (0)