feature: Column row component added

This commit is contained in:
Paul Valerie GOMA 2025-07-28 16:34:39 +02:00
parent 0c8540511e
commit 5612d5d6f4

View File

@ -0,0 +1,7 @@
<script setup lang="ts">
import Row from 'primevue/row';
</script>
<template>
<Row/>
</template>