// frontend/src/components/Layout/FooterLinks/CommunityLinks/communityLinks.tsx import React from 'react'; export const CommunityContact: React.FC = () => (

📞 Kontakt

Community Edition

Kontaktfunktionen sind in der Premium Edition verfügbar.

➡️ Zu den Features

); export const CommunityLegalPage: React.FC<{ title: string }> = ({ title }) => (

📄 {title}

Community Edition

Rechtliche Dokumentation ist in der Premium Edition verfügbar.

➡️ Erfahren Sie mehr über Premium

); // Optional: Barrel export für einfachere Imports export default { CommunityContact, CommunityLegalPage };