your personal website on atproto - mirror blento.app
at button 8 lines 292 B view raw
1import type { CardDefinition } from '../types'; 2import BlueskyProfileCard from './BlueskyProfileCard.svelte'; 3 4export const BlueskyProfileCardDefinition = { 5 type: 'blueskyProfile', 6 contentComponent: BlueskyProfileCard, 7 createNew: () => {} 8} as CardDefinition & { type: 'blueskyProfile' };