mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
[ci] format
This commit is contained in:
parent
9bdbed723e
commit
2af8e9621f
1 changed files with 4 additions and 1 deletions
|
@ -34,9 +34,12 @@ import type {
|
|||
DevToolbarWindow,
|
||||
} from '../runtime/client/dev-toolbar/ui-library/index.js';
|
||||
import type { AstroComponentFactory, AstroComponentInstance } from '../runtime/server/index.js';
|
||||
import type {
|
||||
TransitionBeforePreparationEvent,
|
||||
TransitionBeforeSwapEvent,
|
||||
} from '../transitions/events.js';
|
||||
import type { DeepPartial, OmitIndexSignature, Simplify } from '../type-utils.js';
|
||||
import type { SUPPORTED_MARKDOWN_FILE_EXTENSIONS } from './../core/constants.js';
|
||||
import type { TransitionBeforePreparationEvent, TransitionBeforeSwapEvent } from '../transitions/events.js';
|
||||
|
||||
export { type AstroIntegrationLogger };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue