0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

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