Skip to content
Snippets Groups Projects
WishlistView.vue 151 B
<template>
  <wishlist-page></wishlist-page>
</template>

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