I dont even know

This commit is contained in:
ajdj100
2023-10-10 01:00:03 -04:00
parent a337e0e522
commit 4d47506f45

View File

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