Skip to content

Commit

Permalink
fix: ts-expect-error (#7505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored Jun 27, 2023
1 parent 647079d commit 1a9b644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/markdoc/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Markdoc, {
type RenderableTreeNode,
} from '@markdoc/markdoc';
import type { AstroInstance } from 'astro';
// @ts-expect-error Cannot find module 'astro/runtime/server/index.js' or its corresponding type declarations.
import { createComponent, renderComponent } from 'astro/runtime/server/index.js';
import type { AstroMarkdocConfig } from './config.js';
import { setupHeadingConfig } from './heading-ids.js';
Expand Down

0 comments on commit 1a9b644

Please sign in to comment.