diff --git a/_includes/game.tsx b/_includes/game.tsx index ca59a91..af5e1e8 100644 --- a/_includes/game.tsx +++ b/_includes/game.tsx @@ -1,6 +1,5 @@ import {formatDateIso} from "../_utils/date.ts" -import {GameData, GameIdentifier} from "../_utils/game.ts" -import {GameProgress, gameProgressToClassName, gameProgressToIconDef, gameProgressToTitle} from "../_utils/game.ts" +import {GameData, GameIdentifier, GameProgress, gameProgressToClassName, gameProgressToIconDef, gameProgressToTitle} from "../_utils/game.ts" import {ReviewInfo} from "../_components/ReviewInfo.tsx"