Skip to content

Commit 4e2626f

Browse files
committed
tweak
1 parent 6ec4d6b commit 4e2626f

File tree

1 file changed

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

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/** @import { Effect, Source, TemplateNode, } from '#client' */
2-
/** @import { Snippet } from 'svelte' */
1+
/** @import { Effect, TemplateNode, } from '#client' */
32

43
import { BOUNDARY_EFFECT, EFFECT_TRANSPARENT } from '../../constants.js';
54
import { block, branch, destroy_effect, pause_effect } from '../../reactivity/effects.js';
@@ -11,13 +10,7 @@ import {
1110
set_active_reaction,
1211
set_component_context
1312
} from '../../runtime.js';
14-
import {
15-
hydrate_next,
16-
hydrate_node,
17-
hydrating,
18-
remove_nodes,
19-
set_hydrate_node
20-
} from '../hydration.js';
13+
import { hydrate_next, hydrate_node, hydrating } from '../hydration.js';
2114
import { queue_micro_task } from '../task.js';
2215

2316
/**

0 commit comments

Comments
 (0)