<template>
	<Admin>
		<h2 class="heading">Admin Panel</h2>
	</Admin>
</template>

<script setup>
import Admin from '#/components/admin/admin.vue';
</script>