mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
fix(docs): Fix import in changelog example (#9924)
This commit is contained in:
parent
8fb9624b08
commit
54dbaebf50
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue