Skip to content

Commit 541ab97

Browse files
committed
unused
1 parent aec7368 commit 541ab97

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/deriveds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { destroy_effect, render_effect } from './effects.js';
3131
import { inspect_effects, internal_set, set_inspect_effects, source } from './sources.js';
3232
import { get_stack } from '../dev/tracing.js';
3333
import { tracing_mode_flag } from '../../flags/index.js';
34-
import { capture, get_pending_boundary } from '../dom/blocks/boundary.js';
34+
import { get_pending_boundary } from '../dom/blocks/boundary.js';
3535
import { component_context } from '../context.js';
3636
import { UNINITIALIZED } from '../../../constants.js';
3737
import { current_batch } from './batch.js';

0 commit comments

Comments
 (0)