Skip to content

Commit

Permalink
Update packages/astro/test/fixtures/unused-slot/src/components/Card.a…
Browse files Browse the repository at this point in the history
…stro


shame :(

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
  • Loading branch information
matthewp and natemoo-re committed Jun 1, 2022
1 parent 50dbe1e commit e2d8e8a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -5,7 +5,6 @@ export interface Props {
href: string,
}
const {href, title, body} = Astro.props;
debugger;
---
<li class="link-card">
<a href={href}>
Expand Down

0 comments on commit e2d8e8a

Please sign in to comment.