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