Resonance ComponentsFeedItemAuf dieser SeiteFeedItem Einzelner Eintrag innerhalb eines Feeds. Import import { FeedItem } from '@smolitux/resonance'; Beispiel <FeedItem item={{ id: '1', author: { id: 'u1', name: 'Alice' }, createdAt: new Date().toISOString(), contentType: 'text', content: { text: 'Hallo' } }} />