mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
11 lines
170 B
Vue
11 lines
170 B
Vue
<script setup>
|
|
provide('id', ref())
|
|
</script>
|
|
|
|
<template>
|
|
<main class="space-y-6">
|
|
<DashboardBreadcrumb title="Analysis" />
|
|
<Dashboard />
|
|
</main>
|
|
</template>
|