0
0
Fork 0
hedera-front/src/pages/Admin.vue

10 lines
108 B
Vue

<template>
<router-view></router-view>
</template>
<script>
export default {
name: 'Admin'
}
</script>