diff options
author | 2021-04-06 15:27:42 -0400 | |
---|---|---|
committer | 2021-04-06 15:27:42 -0400 | |
commit | 7240f0d67737da3c003455d4ebed6faa5be8c118 (patch) | |
tree | 6ea3fcfcb6e5e58240576e715471260d3b0a1b75 /test/astro-expr.test.js | |
parent | 1acd5ee310040d654f6d457a1dd53b9cb19f1f51 (diff) | |
download | astro-7240f0d67737da3c003455d4ebed6faa5be8c118.tar.gz astro-7240f0d67737da3c003455d4ebed6faa5be8c118.tar.zst astro-7240f0d67737da3c003455d4ebed6faa5be8c118.zip |
Create a astro/components/ folder (#63)
This adds astro/components/ and moves the Prism.astro component into there. So to use in a project you can do:
```html
---
import Prism from 'astro/components/Prism.astro';
---
<Prism lang="html" code={`<html> ... </html>`}
```
Diffstat (limited to 'test/astro-expr.test.js')
0 files changed, 0 insertions, 0 deletions