mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
45b599c4d4
commit
0a92f1a3da
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,7 @@ import type {
|
|||
import { AstroError, AstroErrorData, MarkdownError, errorMap } from '../core/errors/index.js';
|
||||
import { isYAMLException } from '../core/errors/utils.js';
|
||||
import type { Logger } from '../core/logger/core.js';
|
||||
import { normalizePath } from '../core/viteUtils.js';
|
||||
import {
|
||||
CONTENT_FLAGS,
|
||||
CONTENT_LAYER_TYPE,
|
||||
|
@ -25,7 +26,6 @@ import {
|
|||
PROPAGATED_ASSET_FLAG,
|
||||
} from './consts.js';
|
||||
import { createImage } from './runtime-assets.js';
|
||||
import { normalizePath } from '../core/viteUtils.js';
|
||||
/**
|
||||
* Amap from a collection + slug to the local file path.
|
||||
* This is used internally to resolve entry imports when using `getEntry()`.
|
||||
|
|
Loading…
Add table
Reference in a new issue