fix: formatting comment (#7206)
This commit is contained in:
parent
6ca3b5a9e8
commit
8727b5bd85
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
// leave space, so organize imports doesn't mess up comments
|
||||
// @ts-expect-error Cannot find module 'astro/runtime/server/index.js' or its corresponding type declarations.
|
||||
import { unescapeHTML } from 'astro/runtime/server/index.js';
|
||||
|
||||
import Markdoc from '@markdoc/markdoc';
|
||||
import type { ShikiConfig } from 'astro';
|
||||
import { unescapeHTML } from 'astro/runtime/server/index.js';
|
||||
import type * as shikiTypes from 'shiki';
|
||||
import type { AstroMarkdocConfig } from '../config.js';
|
||||
import { MarkdocError } from '../utils.js';
|
||||
|
|
Loading…
Reference in a new issue