feat: added comments
This commit is contained in:
10
src/routes/akti/[aktiId]/comment/+page.svelte
Normal file
10
src/routes/akti/[aktiId]/comment/+page.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
import RatingEditor from '$lib/components/rating/RatingEditor.svelte';
|
||||
</script>
|
||||
|
||||
<RatingEditor
|
||||
rating={{
|
||||
comment: '',
|
||||
rating: 5
|
||||
}}
|
||||
/>
|
||||
Reference in New Issue
Block a user