Files
17th-Site-Front-End-V2/17th Website/src/views/home.vue
ajdj100 b998896947 Further improved stylind of profile subnav buttons
fixed an issue with the router not routing to the personnel file page.
2023-09-18 09:45:38 -04:00

8 lines
151 B
Vue

<script setup>
import card from '../components/cards/Card.vue';
</script>
<template>
<h1>Here is a child component!</h1>
<card></card>
</template>