Update src/runtime/slot/index.ts

Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
pull/4296/head
Tan Li Hau 5 years ago committed by GitHub
parent 6ec1d4ebb2
commit f9cd7f784a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
import { noop, insert, detach } from 'svelte/internal';
function create_root_slot_fn(elements) {
return function create_root_slot() {
return function () {
return {
c: noop,

Loading…
Cancel
Save