mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
10 lines
234 B
Vue
10 lines
234 B
Vue
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div class="flex flex-col gap-10 h-full overflow-hidden">
|
|
<AdminOverviewCounts></AdminOverviewCounts>
|
|
<AdminOverviewUsers></AdminOverviewUsers>
|
|
</div>
|
|
</template> |