main
vue 9 lines 189 Bytes
Raw
1 <template>
2 <div class="page">
3 <DashboardsBrowser />
4 </div>
5 </template>
6
7 <script setup lang="ts">
8 import DashboardsBrowser from "@/components/dashboards/DashboardsBrowser.vue"
9 </script>