Archived
FIX ScoreSlider Component props
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import type { PageProps } from './$types';
|
let { title, currentRating } = $props();
|
||||||
|
|
||||||
let { title, currentRating }: PageProps = $props();
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-col space-y-2">
|
<div class="flex flex-col space-y-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user