Skip to content

Commit

Permalink
Refactor: move prism to @astrojs/prism/components (withastro#2878)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bholmesdev authored Mar 24, 2022
1 parent 4c961a1 commit 92ad858
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
49 changes: 0 additions & 49 deletions components/Prism.astro

This file was deleted.

1 change: 0 additions & 1 deletion components/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { default as Code } from './Code.astro';
export { default as Debug } from './Debug.astro';
export { default as Markdown } from './Markdown.astro';
export { default as Prism } from './Prism.astro';

0 comments on commit 92ad858

Please sign in to comment.