Files
web/app/[lang]/(live)/(protected)/my-pages/profile/@wishes/[...catchAll]/page.tsx
2024-04-16 10:19:37 +02:00

6 lines
113 B
TypeScript

import Wishes from "@/components/MyProfile/Wishes"
export default function WishesSlot() {
return <Wishes />
}