export function EmptyCollectionCard() { return { id: 'empty-collection-card', topic: 'Collection', title: `No cards in collection`, edited_contents: [ 'You have not saved any cards to your collection yet. Try saving cards to your collection by pressing the dot dot dot action button at the top of each card.', ], showElaborateOption: false, hideActionButton: true, } }