[ci] format

This commit is contained in:
ElianCodes 2023-08-04 14:45:09 +00:00 committed by astrobot-houston
parent 37e18a9160
commit f65756f661

View file

@ -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 />
```