mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 04:54:19 +00:00
Merge game imports in a single line
This commit is contained in:
parent
e1f407eee6
commit
38a8aaa51d
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
import {formatDateIso} from "../_utils/date.ts"
|
import {formatDateIso} from "../_utils/date.ts"
|
||||||
import {GameData, GameIdentifier} from "../_utils/game.ts"
|
import {GameData, GameIdentifier, GameProgress, gameProgressToClassName, gameProgressToIconDef, gameProgressToTitle} from "../_utils/game.ts"
|
||||||
import {GameProgress, gameProgressToClassName, gameProgressToIconDef, gameProgressToTitle} from "../_utils/game.ts"
|
|
||||||
import {ReviewInfo} from "../_components/ReviewInfo.tsx"
|
import {ReviewInfo} from "../_components/ReviewInfo.tsx"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue