jws-frontend/src/components/01_branch-management/CardBranchComponent.vue

7 lines
141 B
Vue

<script setup lang="ts">
import appBox from '../app/AppBox.vue';
</script>
<template>
<appBox></appBox>
</template>
<style scoped></style>