--- import For from './For.astro'; import Show from './Show.astro'; import Toggle from './Toggle.astro'; import type { IComment } from '../types.js'; export interface Props { comment: IComment; } const { comment } = Astro.props; ---
  • {comment.user}{' '} {comment.time_ago} ago
    {(comment: IComment) => }
  • gacy'>4-legacy Unnamed repository; edit this file 'description' to name the repository.
    aboutsummaryrefslogtreecommitdiff
    path: root/packages/astro/test/fixtures/astro-component-code (unfollow)
    AgeCommit message (Expand)AuthorFilesLines
    2022-05-11Fix APIRoute type (#3344)Gravatar Matthew Phillips 3-11/+8
    2022-05-11[create-astro] Finalize developer experience... with gradients 🚀 (#3313)Gravatar Ben Holmes 5-23/+123