svelte/test/runtime/samples/prop-not-action/Nested.svelte

5 lines
65 B

<script>
export let user;
</script>
<h1>Hello {user.name}!</h1>