implementing snapshots

This commit is contained in:
Emily
2024-07-30 15:18:25 +02:00
parent f72bc33871
commit 4bede171fa
7 changed files with 22 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ const props = defineProps<{ title: string, sub?: string }>();
</script>
<template>
<Card>
<LyxUiCard>
<div class="flex flex-col gap-4">
<div class="flex items-center">
<div class="flex flex-col grow">
@@ -23,5 +23,5 @@ const props = defineProps<{ title: string, sub?: string }>();
<slot></slot>
</div>
</div>
</Card>
</LyxUiCard>
</template>