Skip to content

Commit 2957e6c

Browse files
committed
simplify
1 parent a26b779 commit 2957e6c

File tree

1 file changed

+1
-8
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-8
lines changed

packages/svelte/src/internal/client/reactivity/deriveds.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/** @import { Derived, Effect } from '#client' */
22
import { DEV } from 'esm-env';
3-
import {
4-
CLEAN,
5-
DERIVED,
6-
DIRTY,
7-
EFFECT_HAS_DERIVED,
8-
MAYBE_DIRTY,
9-
UNOWNED
10-
} from '../constants.js';
3+
import { CLEAN, DERIVED, DIRTY, EFFECT_HAS_DERIVED, MAYBE_DIRTY, UNOWNED } from '../constants.js';
114
import {
125
active_reaction,
136
active_effect,

0 commit comments

Comments
 (0)