| Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [ ] TU/TI/TF OK - [ ] CHANGELOG modifié Reviewed-on: #48 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
11 lines
315 B
Vue
11 lines
315 B
Vue
<template>
|
|
<div class="mx-auto max-w-2xl py-16 text-center">
|
|
<h1 class="text-3xl font-bold text-m-text">
|
|
Playground @malio/layer-ui
|
|
</h1>
|
|
<p class="mt-4 text-m-muted">
|
|
Sélectionne un composant dans la barre latérale pour afficher sa page de démonstration.
|
|
</p>
|
|
</div>
|
|
</template>
|