Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 8, 2022
1 parent 1ec28e1 commit d71d81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/runtime/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export {
} from './escape.js';
export type { Metadata } from './metadata';
export { createMetadata } from './metadata.js';
export type { AstroComponentFactory, RenderInstruction } from './render/index.js';
import type { AstroComponentFactory } from './render/index.js';

import { Renderer } from './render/index.js';
Expand Down
1 change: 1 addition & 0 deletions packages/astro/src/runtime/server/render/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { renderTemplate } from './astro.js';

export type { RenderInstruction } from './types';
export { renderSlot } from './any.js';
export { renderTemplate, renderAstroComponent, renderToString } from './astro.js';
export { stringifyChunk, Fragment, Renderer } from './common.js';
Expand Down

0 comments on commit d71d81b

Please sign in to comment.