Skip to content

Commit 0b63967

Browse files
authored
More spaghetti
1 parent 2ad3605 commit 0b63967

File tree

1 file changed

+2
-4
lines changed
  • packages/client/src/lobby

1 file changed

+2
-4
lines changed

packages/client/src/lobby/url.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import {
2-
DEFAULT_CREATE_TABLE_MAX_PLAYERS,
3-
type ServerCommandWelcomeData,
4-
} from "@hanabi-live/data";
1+
import type { ServerCommandWelcomeData } from "@hanabi-live/data";
2+
import { DEFAULT_CREATE_TABLE_MAX_PLAYERS } from "@hanabi-live/data";
53
import { DEFAULT_VARIANT_NAME } from "@hanabi-live/game";
64
import { parseIntSafe } from "complete-common";
75
import { globals } from "../Globals";

0 commit comments

Comments
 (0)