--- import type { IStory } from '../types.js'; import Show from './Show.astro'; interface Props { story: IStory; } const { story } = Astro.props; ---
  • {story.points} {story.title} ({story.domain}) {story.title}
    by {story.user}{' '} {story.time_ago}{' '}|{' '} {story.comments_count ? `${story.comments_count} comments` : 'discuss'} {story.time_ago}   {story.type}