mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 03:26:23 +03:00
6 lines
76 B
Svelte
6 lines
76 B
Svelte
<script>
|
|
export let name = "Svelte";
|
|
</script>
|
|
|
|
<div>Hello {name}</div>
|