// 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 }) => (
);
// Optional: Barrel export für einfachere Imports
export default {
CommunityContact,
CommunityLegalPage
};