diff options
author | 2022-03-25 17:13:28 -0400 | |
---|---|---|
committer | 2022-03-25 17:13:28 -0400 | |
commit | 046bf7281f720b20b703529bc5d157891e07624c (patch) | |
tree | d16685fe8e65e5d1f9e71ad5cdc543819fb505a5 /packages/astro-prism/index.js | |
parent | 7c39389a3fa69780ca16bbbf515b5718dd7688d8 (diff) | |
download | astro-046bf7281f720b20b703529bc5d157891e07624c.tar.gz astro-046bf7281f720b20b703529bc5d157891e07624c.tar.zst astro-046bf7281f720b20b703529bc5d157891e07624c.zip |
refactor: move Prism comp to default exp (#2887)
Diffstat (limited to '')
-rw-r--r-- | packages/astro-prism/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro-prism/index.js b/packages/astro-prism/index.js new file mode 100644 index 000000000..41974a9d7 --- /dev/null +++ b/packages/astro-prism/index.js @@ -0,0 +1 @@ +export { default as Prism } from './Prism.astro';
\ No newline at end of file |