diff options
author | 2021-07-07 20:10:09 +0000 | |
---|---|---|
committer | 2021-07-07 20:10:09 +0000 | |
commit | 1bbe98ae54eb6018184fdc3875fe689775510ad6 (patch) | |
tree | eb8500d84704793c0d5b711f2e8f1b3822a83532 /docs/core-concepts/astro-components.md | |
parent | 53fcae1a9a26e3e2e9d6aca7ec71acc13a3556ea (diff) | |
download | astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.gz astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.zst astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.zip |
[ci] yarn format
Diffstat (limited to 'docs/core-concepts/astro-components.md')
-rw-r--r-- | docs/core-concepts/astro-components.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/core-concepts/astro-components.md b/docs/core-concepts/astro-components.md index e6d80f976..5cf9f4911 100644 --- a/docs/core-concepts/astro-components.md +++ b/docs/core-concepts/astro-components.md @@ -3,8 +3,6 @@ layout: ~/layouts/Main.astro title: Astro Components --- - - ## ✨ `.astro` Syntax Astro comes with its own server-side, component-based templating language. Think of it as HTML enhanced with the full power of JavaScript. @@ -204,5 +202,3 @@ If you’d prefer to organize assets alongside Astro components, you may import ### TODO: Composition (Slots) [code-ext]: https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode - - |