Initial commit.

This commit is contained in:
Colton Deaton
2026-06-06 15:33:24 -05:00
commit e9b2666029
10 changed files with 1769 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<template>
<NuxtPage />
</template>
+2
View File
@@ -0,0 +1,2 @@
@import 'tailwindcss';
@plugin 'daisyui';
+2
View File
@@ -0,0 +1,2 @@
<template>
</template>