summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Martin Trapp <matthewp@users.noreply.github.com> 2023-11-22 12:55:48 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-11-22 12:55:48 +0000
commit0970fd635c8ec59b4990dd0fd2d07fd2b937a766 (patch)
tree605f25d28a0357194e07fabbcc4da8f375a2708d
parentc87223c21ab5d515fb8f04ee10be5c0ca51e0b29 (diff)
downloadastro-0970fd635c8ec59b4990dd0fd2d07fd2b937a766.tar.gz
astro-0970fd635c8ec59b4990dd0fd2d07fd2b937a766.tar.zst
astro-0970fd635c8ec59b4990dd0fd2d07fd2b937a766.zip
[ci] format
-rw-r--r--packages/astro/src/transitions/router.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/astro/src/transitions/router.ts b/packages/astro/src/transitions/router.ts
index 3f62e2fdb..a97abfcf7 100644
--- a/packages/astro/src/transitions/router.ts
+++ b/packages/astro/src/transitions/router.ts
@@ -1,11 +1,11 @@
import {
- doPreparation,
+ TRANSITION_AFTER_SWAP,
TransitionBeforeSwapEvent,
- type TransitionBeforePreparationEvent,
+ doPreparation,
doSwap,
- TRANSITION_AFTER_SWAP,
+ 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;