mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
64432bcb87
* Upgrade @astrojs/prism to a real package, fix component import not working * Remove `@astrojs/prism` as a dependency of `astro` * Update lock file * Refactor to multiple files * Oops, can't have astro imports run inside node * Follow Nate's suggestion on being minors instead of patchs * Update lockfile
2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
// @ts-expect-error
|
|
export { default as Prism } from '../Prism.astro';
|