moved the forms page to the views folder

This commit is contained in:
ajdj100
2023-10-12 09:39:57 -04:00
parent db59043211
commit ab303dfc51
2 changed files with 8 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
<script setup>
import card from '../cards/Card.vue';
</script>
<template>
<h1>Forms</h1>
<!-- wrapper for button paner -->
<div class=" w-full h-full p-10">
<card></card>
</div>
</template>

View File

@@ -0,0 +1,8 @@
<script setup>
</script>
<template>
<h1>Forms</h1>
<!-- wrapper for button paner -->
</template>