diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/wishlist.jsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pages/my/wishlist.jsx b/src/pages/my/wishlist.jsx new file mode 100644 index 00000000..b7a3e4fe --- /dev/null +++ b/src/pages/my/wishlist.jsx @@ -0,0 +1,10 @@ +import AppLayout from "@/core/components/layouts/AppLayout" +import Wishlists from "@/lib/wishlist/components/Wishlists" + +export default function Wishlist() { + return ( + <AppLayout title="Wishlist"> + <Wishlists /> + </AppLayout> + ) +}
\ No newline at end of file |
