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

6 lines
170 B
TypeScript

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