[ci] format

This commit is contained in:
astrobot-houston 2023-08-04 14:47:35 +00:00 committed by astrobot-houston
parent f65756f661
commit 57424b7db9

View file

@ -79,9 +79,7 @@ customElements.define('my-element', MyElement);
Now, the component is ready to be imported via the Astro frontmatter:
```astro
// src/pages/index.astro
import { MyElement } from '../components/my-element.js';
// src/pages/index.astro import {MyElement} from '../components/my-element.js';
<MyElement />
```