mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
7 lines
125 B
Vue
7 lines
125 B
Vue
<template>
|
|
<main class="space-y-6">
|
|
<DashboardBreadcrumb title="Links" />
|
|
<DashboardLinks />
|
|
</main>
|
|
</template>
|