.
This commit is contained in:
parent
36576a27f3
commit
c2095d0b13
29 changed files with 5941 additions and 0 deletions
5
wip-refactor/components/GroupCard.vue
Normal file
5
wip-refactor/components/GroupCard.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div class="rounded-lg bg-surface-0 transition-colors ease-in-out border border-border duration-300 p-2 m-2">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue