mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 11:44:49 -07:00
7 lines
64 B
Svelte
7 lines
64 B
Svelte
<script>
|
|
export let message;
|
|
</script>
|
|
|
|
<p>
|
|
{message}
|
|
</p> |