Files
aktiteil/src/routes/akti/[aktiId]/comment/+page.svelte
schreifuchs 2702615b34
All checks were successful
Commit / ci (push) Successful in 52s
Release / publish (push) Successful in 2m40s
feat: added comments
2025-12-10 19:16:18 +01:00

11 lines
161 B
Svelte

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