designtopack/src/components/project/VirtualSample.vue
2024-10-28 18:18:32 +01:00

5 lines
104 B
Vue

<template>
<div>Échantillon virtuel</div>
</template>
<script setup></script>
<style scoped></style>