2025-02-11 10:17:22 +00:00
|
|
|
<template>
|
2025-02-26 07:52:21 +00:00
|
|
|
<h1>favorite show page</h1>
|
2025-02-11 10:17:22 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
2025-03-06 11:28:20 +00:00
|
|
|
name: "hadithaFavoritesShow",
|
2025-02-11 10:17:22 +00:00
|
|
|
};
|
|
|
|
</script>
|
|
|
|
|
2025-02-26 07:52:21 +00:00
|
|
|
<style lang="scss" scoped></style>
|