traxxx-web/pages/admin/+Page.vue

10 lines
157 B
Vue

<template>
<Admin>
<h2 class="heading">Admin Panel</h2>
</Admin>
</template>
<script setup>
import Admin from '#/components/admin/admin.vue';
</script>