0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] format

This commit is contained in:
bholmesdev 2023-05-19 18:14:41 +00:00 committed by fredkbot
parent a9e1cd7e58
commit 358d1dc92f

View file

@ -1,4 +1,4 @@
import Markdoc, { type RenderableTreeNode, type Schema, type ConfigType } from '@markdoc/markdoc'; import Markdoc, { type ConfigType, type RenderableTreeNode, type Schema } from '@markdoc/markdoc';
import Slugger from 'github-slugger'; import Slugger from 'github-slugger';
import { getTextContent } from '../runtime.js'; import { getTextContent } from '../runtime.js';