Files
web/app/[lang]/(live)/(protected)/my-pages/profile/@communication/page.tsx
2024-04-16 09:24:31 +02:00

6 lines
170 B
TypeScript

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