This commit is contained in:
Mark Cooper
2021-09-01 20:07:11 -05:00
commit 0fef23e47b
106 changed files with 18798 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<div class="w-full min-h-screen h-full bg-bg text-white">
<Nuxt />
</div>
</template>
<script>
export default {}
</script>