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

6 lines
121 B
TypeScript

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