Skip to content

Commit 8f11796

Browse files
committed
remove unused import
1 parent 9d1aa69 commit 8f11796

File tree

1 file changed

+1
-6
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/** @import { Effect, Source, TemplateNode, } from '#client' */
2-
import {
3-
BOUNDARY_EFFECT,
4-
EFFECT_PRESERVED,
5-
EFFECT_RAN,
6-
EFFECT_TRANSPARENT
7-
} from '#client/constants';
2+
import { BOUNDARY_EFFECT, EFFECT_PRESERVED, EFFECT_TRANSPARENT } from '#client/constants';
83
import { component_context, set_component_context } from '../../context.js';
94
import { handle_error, invoke_error_boundary } from '../../error-handling.js';
105
import { block, branch, destroy_effect, pause_effect } from '../../reactivity/effects.js';

0 commit comments

Comments
 (0)