haditha_ui/pages/haditha/favorites/[id]/[slug]/index.vue
2025-04-26 14:37:06 +03:30

12 lines
161 B
Vue

<template>
<h1>favorite show page</h1>
</template>
<script>
export default {
name: "hadithaFavoritesShow",
};
</script>
<style lang="scss" scoped></style>