Skip to content

Commit a61c5f4

Browse files
committed
remove unused imports
1 parent a12c6bb commit a61c5f4

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
import { DEV } from 'esm-env';
2-
import {
3-
array_prototype,
4-
get_descriptors,
5-
get_prototype_of,
6-
is_frozen,
7-
object_freeze,
8-
object_prototype
9-
} from './utils.js';
2+
import { get_descriptors, get_prototype_of, is_frozen, object_freeze } from './utils.js';
103
import { snapshot } from './proxy.js';
11-
import {
12-
destroy_effect,
13-
effect,
14-
execute_effect_teardown,
15-
user_pre_effect
16-
} from './reactivity/effects.js';
4+
import { destroy_effect, effect, execute_effect_teardown } from './reactivity/effects.js';
175
import {
186
EFFECT,
197
RENDER_EFFECT,

0 commit comments

Comments
 (0)