feat: move my-pages view to overview

This commit is contained in:
Simon Emanuelsson
2024-04-11 18:51:38 +02:00
parent 43c872ad78
commit 752e8e11da
17 changed files with 62 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
import Wishes from "@/components/MyProfile/Wishes"
export default function WishesSlot() {
return <Wishes />
}