SandpointsEditPage/src/SpTitle.svelte

7 lines
109 B
Svelte
Raw Normal View History

<script>
export let title;
</script>
<label for="title">Title:</label>
<input type="text" value="{title}">