lots of stuff

This commit is contained in:
Hayden 2022-09-06 10:32:13 -08:00
parent 98f677c623
commit 1ab7435bf1
13 changed files with 289 additions and 23 deletions

View file

@ -0,0 +1,11 @@
<template>
<div>Edit Me</div>
</template>
<script setup lang="ts">
definePageMeta({
layout: 'home',
});
</script>
<style scoped></style>