migrate to nuxt and groundwork

This commit is contained in:
DecDuck
2024-10-08 00:39:42 +11:00
parent d39d6a3374
commit c0b2255315
83 changed files with 5566 additions and 388 deletions
+5
View File
@@ -0,0 +1,5 @@
<template>
<button class="transition h-full aspect-square text-zinc-300 hover:bg-zinc-800 hover:text-zinc-100">
<slot />
</button>
</template>