owltide/pages/admin.vue

15 lines
146 B
Vue
Raw Normal View History

<template>
<main>
<h1>Admin</h1>
<h2>Users</h2>
<TableUsers />
</main>
</template>
<script lang="ts" setup>
</script>
<style>
</style>