wip, run migration command, fix api
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<script lang="ts">
|
||||
interface Props {
|
||||
children?: import('svelte').Snippet;
|
||||
}
|
||||
|
||||
let { children }: Props = $props();
|
||||
</script>
|
||||
|
||||
<h1 class="poetry-headline">
|
||||
<slot></slot>
|
||||
{@render children?.()}
|
||||
</h1>
|
||||
|
@@ -1,3 +1,11 @@
|
||||
<script lang="ts">
|
||||
interface Props {
|
||||
children?: import('svelte').Snippet;
|
||||
}
|
||||
|
||||
let { children }: Props = $props();
|
||||
</script>
|
||||
|
||||
<p class="whitespace-pre-wrap">
|
||||
<slot></slot>
|
||||
{@render children?.()}
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user