9 lines
113 B
Vue
9 lines
113 B
Vue
<template>
|
|
<div>
|
|
<h1 class="text-xl">Carte CPS</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
</script>
|