mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
c87223c21a
commit
0970fd635c
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
import {
|
||||
doPreparation,
|
||||
TransitionBeforeSwapEvent,
|
||||
type TransitionBeforePreparationEvent,
|
||||
doSwap,
|
||||
TRANSITION_AFTER_SWAP,
|
||||
TransitionBeforeSwapEvent,
|
||||
doPreparation,
|
||||
doSwap,
|
||||
type TransitionBeforePreparationEvent,
|
||||
} from './events.js';
|
||||
import type { Fallback, Direction, Options } from './types.js';
|
||||
import type { Direction, Fallback, Options } from './types.js';
|
||||
|
||||
type State = {
|
||||
index: number;
|
||||
|
|
Loading…
Add table
Reference in a new issue