fixed linting errors on build

This commit is contained in:
Cipher Vance
2026-01-21 18:25:46 -06:00
parent 224ea3e55b
commit 9c55db2128
7 changed files with 8 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
</template>
<script setup>
import { ref, computed } from 'vue'
import { ref, computed, defineProps, defineEmits } from 'vue'
const props = defineProps({
rating: {