Homepage base

This commit is contained in:
Jai A
2020-09-30 22:37:34 -07:00
parent fb38573b7e
commit 1c0cc8e91c
7 changed files with 210 additions and 2 deletions

9
layouts/none.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<nuxt />
</template>
<script>
export default {}
</script>
<style></style>