Skip to content

Commit 1cd484a

Browse files
committed
WIP
1 parent b28805a commit 1cd484a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/internal/client/dev/tracing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { snapshot } from '../../server';
2-
import { STATE_SYMBOL } from '../constants';
1+
import { snapshot } from '../../shared/clone.js';
2+
import { STATE_SYMBOL } from '../constants.js';
33

44
/** @type { { label: string, time: number, sub: any, stack: string | void, value: any }[] | null } */
55
export let tracing_expressions = null;

0 commit comments

Comments
 (0)