mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
50e2e0b374
commit
21c233c3c9
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import type { MarkdownHeading } from '@astrojs/markdown-remark';
|
||||
import { escape } from 'html-escaper';
|
||||
import { Traverse } from 'neotraverse/modern';
|
||||
import pLimit from 'p-limit';
|
||||
import { ZodIssueCode, z } from 'zod';
|
||||
|
@ -6,7 +7,6 @@ import type { GetImageResult, ImageMetadata } from '../assets/types.js';
|
|||
import { imageSrcToImportId } from '../assets/utils/resolveImports.js';
|
||||
import { AstroError, AstroErrorData, AstroUserError } from '../core/errors/index.js';
|
||||
import { prependForwardSlash } from '../core/path.js';
|
||||
import { escape } from 'html-escaper';
|
||||
|
||||
import {
|
||||
type AstroComponentFactory,
|
||||
|
|
Loading…
Add table
Reference in a new issue