This commit is contained in:
whidix
2023-01-03 00:13:23 +01:00
parent fb0553912a
commit 35261a99a3
7 changed files with 54 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<script>
export let title;
</script>
<h1>{title}</h1>
<slot ></slot>