8 lines
133 B
Vue
8 lines
133 B
Vue
<template>
|
|
<h1 class="text-4xl font-bold text-primary-500">Tableau de bord</h1>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
</script>
|