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