add project members to project show page

This commit is contained in:
Gregor Vostrak
2024-04-10 03:06:48 +02:00
parent 5293bc7a05
commit b94c159af0
19 changed files with 731 additions and 46 deletions

View File

@@ -0,0 +1,7 @@
<script setup lang="ts"></script>
<template>
<div class="rounded-lg border border-card-border">
<slot></slot>
</div>
</template>