--- import type { IComment } from '../types.js'; import For from './For.astro'; import Show from './Show.astro'; import Toggle from './Toggle.astro'; interface Props { comment: IComment; } const { comment } = Astro.props; ---
  • {comment.user}{' '} {comment.time_ago}
    {(comment: IComment) => }
  • ach Unnamed repository; edit this file 'description' to name the repository.
    summaryrefslogtreecommitdiff
    path: root/scripts (unfollow)
    AgeCommit message (Collapse)AuthorFilesLines