0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/db/components/index.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
91 B
TypeScript
Raw Normal View History

2024-01-08 09:22:40 -05:00
// @ts-expect-error: missing types
export { default as Renderer } from './Renderer.astro';