mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 20:19:30 -07:00
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:
@@ -1,8 +1,8 @@
|
|||||||
import { incIndex, state } from '../state'
|
import { Power3, gsap } from 'gsap'
|
||||||
import { gsap, Power3 } from 'gsap'
|
|
||||||
import { ImageJSON } from '../resources'
|
|
||||||
import { Watchable } from '../utils'
|
|
||||||
import { container } from '../container'
|
import { container } from '../container'
|
||||||
|
import { ImageJSON } from '../resources'
|
||||||
|
import { incIndex, state } from '../state'
|
||||||
|
import { Watchable } from '../utils'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* types
|
* types
|
||||||
|
|||||||
Reference in New Issue
Block a user