diff options
Diffstat (limited to 'examples/basics/src/components')
-rw-r--r-- | examples/basics/src/components/Card.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro index c68fa2ab3..a1e0ccf6e 100644 --- a/examples/basics/src/components/Card.astro +++ b/examples/basics/src/components/Card.astro @@ -1,5 +1,5 @@ --- -export interface Props { +interface Props { title: string; body: string; href: string; |