This commit is contained in:
skidoodle 2024-03-13 00:30:45 +01:00
commit d761a10bf7
102 changed files with 4761 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<script lang="ts">
export let displayName: string | undefined = undefined;
</script>
<p class="font-semibold text-xl text-text-header">
Hey there{#if displayName},
<span class="text-text-typeable">{displayName}</span>
{/if}!
</p>