Files
web/app/[lang]/(live)/(protected)/my-pages/profile/@communication/page.tsx

6 lines
170 B
TypeScript

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