From f328d727d5e4f3bab149004af1fe78286004e4c7 Mon Sep 17 00:00:00 2001 From: Sped0n Date: Mon, 30 Oct 2023 15:54:03 +0800 Subject: [PATCH] refactor(stage.ts): reorder imports for better readability and consistency fix(stage.ts): fix incorrect import order of incIndex and state in stage.ts --- assets/ts/desktop/stage.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/ts/desktop/stage.ts b/assets/ts/desktop/stage.ts index 0400671..a63906f 100644 --- a/assets/ts/desktop/stage.ts +++ b/assets/ts/desktop/stage.ts @@ -1,8 +1,8 @@ -import { incIndex, state } from '../state' -import { gsap, Power3 } from 'gsap' -import { ImageJSON } from '../resources' -import { Watchable } from '../utils' +import { Power3, gsap } from 'gsap' import { container } from '../container' +import { ImageJSON } from '../resources' +import { incIndex, state } from '../state' +import { Watchable } from '../utils' /** * types