<script setup>
import Score from "@/components/Score.vue";
</script>
<template>
<Score :id="$route.params.id" />
</template>