Files
web/app/[lang]/(live)/(protected)/my-pages2/profile/@wishes/[...catchAll]/page.tsx
Michael Zetterberg 2097807062 chore(debug): auth
2024-05-15 14:59:47 +02:00

6 lines
113 B
TypeScript

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