fix bad merge

pull/9389/head
Rich Harris 3 years ago
parent 5aba9ac8ef
commit f2b35fd9e4

@ -68,7 +68,7 @@ import {
hydrate_block_anchor, hydrate_block_anchor,
set_current_hydration_fragment set_current_hydration_fragment
} from './hydration.js'; } from './hydration.js';
import { array_from, define_property, get_descriptor, is_array } from './utils.js'; import { array_from, define_property, get_descriptor, get_descriptors, is_array } from './utils.js';
import { is_promise } from '../common.js'; import { is_promise } from '../common.js';
import { bind_transition } from './transitions.js'; import { bind_transition } from './transitions.js';

Loading…
Cancel
Save