[ci] format
This commit is contained in:
parent
37e18a9160
commit
f65756f661
1 changed files with 1 additions and 2 deletions
|
@ -80,9 +80,8 @@ Now, the component is ready to be imported via the Astro frontmatter:
|
|||
|
||||
```astro
|
||||
// src/pages/index.astro
|
||||
---
|
||||
|
||||
import { MyElement } from '../components/my-element.js';
|
||||
---
|
||||
<MyElement />
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue