chore: remove junk

This commit is contained in:
enscribe 2024-09-10 10:36:58 -07:00
parent f6dcc302d4
commit 8f6872f739
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
96 changed files with 1002 additions and 2485 deletions

View file

@ -1,9 +1,9 @@
---
type Props = {
href: string;
};
href: string
}
const { href } = Astro.props;
const { href } = Astro.props
---
<a