moved the forms page to the views folder
This commit is contained in:
@@ -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>
|
||||
8
17th Website/src/views/forms.vue
Normal file
8
17th Website/src/views/forms.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>Forms</h1>
|
||||
<!-- wrapper for button paner -->
|
||||
</template>
|
||||
Reference in New Issue
Block a user