Skip to content

Commit 34a17b4

Browse files
committed
unused
1 parent d74574f commit 34a17b4

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/client/dom/blocks/boundary.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/** @import { Effect, TemplateNode, } from '#client' */
2-
32
import { BOUNDARY_EFFECT, EFFECT_PRESERVED, EFFECT_TRANSPARENT } from '#client/constants';
43
import { component_context, set_component_context } from '../../context.js';
54
import { invoke_error_boundary } from '../../error-handling.js';
@@ -18,7 +17,6 @@ import {
1817
remove_nodes,
1918
set_hydrate_node
2019
} from '../hydration.js';
21-
import { get_next_sibling } from '../operations.js';
2220
import { queue_micro_task } from '../task.js';
2321

2422
/**

0 commit comments

Comments
 (0)