fix: ts-expect-error (#7505)
This commit is contained in:
parent
647079da14
commit
1a9b644e20
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue