refactor(stage.ts): reorder imports for better readability and consistency

fix(stage.ts): fix incorrect import order of incIndex and state in stage.ts
This commit is contained in:
Sped0n
2023-10-30 15:54:03 +08:00
parent d575d8e867
commit f328d727d5

View File

@@ -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