import 'svelte/internal/disclose-version';
import 'svelte/internal/flags/legacy';
import * as $ from 'svelte/internal/client';
import Child from './Child.svelte';
export default function App($$anchor) {
Child($$anchor, { propValue: 'Pass this to the child!' });
}