feat: added comments
All checks were successful
Commit / ci (push) Successful in 52s
Release / publish (push) Successful in 2m40s

This commit is contained in:
2025-12-10 19:16:18 +01:00
parent 5b8a436b91
commit 2702615b34
10 changed files with 666 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<script lang="ts">
import RatingEditor from '$lib/components/rating/RatingEditor.svelte';
</script>
<RatingEditor
rating={{
comment: '',
rating: 5
}}
/>