Skip to content

Commit

Permalink
fix(docs): Fix import in changelog example (#9924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni authored Feb 1, 2024
1 parent 8fb9624 commit 54dbaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```astro
---
import type { ComponentProps } from 'astro/types';
import { Button } from './Button.astro';
import Button from './Button.astro';

type myButtonProps = ComponentProps<typeof Button>;
---
Expand Down

0 comments on commit 54dbaeb

Please sign in to comment.