feat: some shit

This commit is contained in:
2024-04-03 14:27:48 +02:00
parent fa5d08e549
commit 195d7dab5d
67 changed files with 2400 additions and 582 deletions

View File

@@ -1,6 +1,7 @@
<script lang="ts">
export let classes = "";
</script>
<h2 class="text-2xl">
<h2 class="text-3xl {classes}">
<slot />
</h2>