Sink/pages/dashboard/links.vue
2024-05-25 08:09:30 +08:00

6 lines
125 B
Vue

<template>
<main class="space-y-6">
<DashboardBreadcrumb title="Links" />
<DashboardLinks />
</main>
</template>