mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 08:05:04 +00:00
add prettier import plugin
This commit is contained in:
+3
-6
@@ -1,20 +1,17 @@
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
import twemoji from "twemoji";
|
||||
import DOMPurify from "dompurify";
|
||||
import { customAlphabet } from "nanoid";
|
||||
import twemoji from "twemoji";
|
||||
import { Cell, Game, Player, TeamName, Unit } from "./game/Game";
|
||||
import { andFN, GameMap, manhattanDistFN, TileRef } from "./game/GameMap";
|
||||
import {
|
||||
AllPlayersStats,
|
||||
ClientID,
|
||||
GameConfig,
|
||||
GameID,
|
||||
GameRecord,
|
||||
GameStartInfo,
|
||||
PlayerRecord,
|
||||
PlayerStats,
|
||||
Turn,
|
||||
} from "./Schemas";
|
||||
import { customAlphabet, nanoid } from "nanoid";
|
||||
import { andFN, GameMap, manhattanDistFN, TileRef } from "./game/GameMap";
|
||||
|
||||
export function manhattanDistWrapped(
|
||||
c1: Cell,
|
||||
|
||||
Reference in New Issue
Block a user