mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
* feat: add `<Prism/>` to @astrojs/prism/components * feat: remove `<Prism/>` from astro/components * refactor: point to index.mjs in import * refactor: change exp to @astrojs/prism/component * refactor: remove unecessary index.js * chore: changeset
3 lines
154 B
JavaScript
3 lines
154 B
JavaScript
export { default as Code } from './Code.astro';
|
|
export { default as Debug } from './Debug.astro';
|
|
export { default as Markdown } from './Markdown.astro';
|