Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-11 | Fix APIRoute type (#3344) | 3 | -11/+8 | |
2022-05-11 | [create-astro] Finalize developer experience... with gradients 🚀 (#3313) | 5 | -23/+123 |
--- 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; ---
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-11 | Fix APIRoute type (#3344) | 3 | -11/+8 | |
2022-05-11 | [create-astro] Finalize developer experience... with gradients 🚀 (#3313) | 5 | -23/+123 |