Skip to content

Commit f2b35fd

Browse files
committed
fix bad merge
1 parent 5aba9ac commit f2b35fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import {
6868
hydrate_block_anchor,
6969
set_current_hydration_fragment
7070
} from './hydration.js';
71-
import { array_from, define_property, get_descriptor, is_array } from './utils.js';
71+
import { array_from, define_property, get_descriptor, get_descriptors, is_array } from './utils.js';
7272
import { is_promise } from '../common.js';
7373
import { bind_transition } from './transitions.js';
7474

0 commit comments

Comments
 (0)