<template> <wishlist-page></wishlist-page> </template> <script setup lang="ts"> import WishlistPage from "@/components/WishlistPage.vue"; </script>