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

6 lines
170 B
TypeScript

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