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

@@ -54,6 +54,7 @@
</template>
<script setup>
import { defineProps, defineEmits } from 'vue'
import StarRating from './StarRating.vue'
import FavoriteButton from './FavoriteButton.vue'