Skip to content

Commit 6339aaf

Browse files
Update packages/svelte/src/internal/client/reactivity/deriveds.js
Co-authored-by: Elliott Johnson <[email protected]>
1 parent 29076b0 commit 6339aaf

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
@@ -30,7 +30,7 @@ import { destroy_effect, render_effect } from './effects.js';
3030
import { inspect_effects, internal_set, set_inspect_effects, source } from './sources.js';
3131
import { get_stack } from '../dev/tracing.js';
3232
import { tracing_mode_flag } from '../../flags/index.js';
33-
import { Boundary, get_pending_boundary } from '../dom/blocks/boundary.js';
33+
import { Boundary } from '../dom/blocks/boundary.js';
3434
import { component_context } from '../context.js';
3535
import { UNINITIALIZED } from '../../../constants.js';
3636
import { current_batch } from './batch.js';

0 commit comments

Comments
 (0)