summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar astrobot-houston <astrobot-houston@users.noreply.github.com> 2023-08-04 14:47:35 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-04 14:47:35 +0000
commit57424b7db954fe5137e2c2ea1895af6a3d270a2f (patch)
tree54462338ff30b86288be47f4a93b827d4e9cce90
parentf65756f6612e6b811522081ec1d93e1bd9d1dee6 (diff)
downloadastro-57424b7db954fe5137e2c2ea1895af6a3d270a2f.tar.gz
astro-57424b7db954fe5137e2c2ea1895af6a3d270a2f.tar.zst
astro-57424b7db954fe5137e2c2ea1895af6a3d270a2f.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/integrations/lit/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/integrations/lit/README.md b/packages/integrations/lit/README.md
index c8f4b1f43..c1abaa292 100644
--- a/packages/integrations/lit/README.md
+++ b/packages/integrations/lit/README.md
@@ -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 />
```