diff options
author | 2022-03-25 21:14:21 +0000 | |
---|---|---|
committer | 2022-03-25 21:14:21 +0000 | |
commit | 07a64be4d3938eff1fb96fa625849deacdc48ec3 (patch) | |
tree | dcb6fa18e92f86c5163c7ad687692eabf47513c8 | |
parent | 046bf7281f720b20b703529bc5d157891e07624c (diff) | |
download | astro-07a64be4d3938eff1fb96fa625849deacdc48ec3.tar.gz astro-07a64be4d3938eff1fb96fa625849deacdc48ec3.tar.zst astro-07a64be4d3938eff1fb96fa625849deacdc48ec3.zip |
[ci] format
-rw-r--r-- | packages/astro-prism/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-prism/index.js b/packages/astro-prism/index.js index 41974a9d7..99293ed80 100644 --- a/packages/astro-prism/index.js +++ b/packages/astro-prism/index.js @@ -1 +1 @@ -export { default as Prism } from './Prism.astro';
\ No newline at end of file +export { default as Prism } from './Prism.astro'; |