6 lines
85 B

<script>
import Foo from './Foo.svelte';
</script>
<h1>this is a header</h1>
<Foo/>