Skip to content

Commit 03f6d5c

Browse files
committed
lint
1 parent 167c551 commit 03f6d5c

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import {
1010
import { get_descriptor, is_function } from '../../shared/utils.js';
1111
import { mutable_source, set, source, update } from './sources.js';
1212
import { derived, derived_safe_equal } from './deriveds.js';
13-
import {
14-
get,
15-
captured_signals,
16-
untrack,
17-
} from '../runtime.js';
13+
import { get, captured_signals, untrack } from '../runtime.js';
1814
import { safe_equals } from './equality.js';
1915
import * as e from '../errors.js';
2016
import { LEGACY_DERIVED_PROP, LEGACY_PROPS, STATE_SYMBOL } from '../constants.js';

0 commit comments

Comments
 (0)