We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad3605 commit 0b63967Copy full SHA for 0b63967
packages/client/src/lobby/url.ts
@@ -1,7 +1,5 @@
1
-import {
2
- DEFAULT_CREATE_TABLE_MAX_PLAYERS,
3
- type ServerCommandWelcomeData,
4
-} from "@hanabi-live/data";
+import type { ServerCommandWelcomeData } from "@hanabi-live/data";
+import { DEFAULT_CREATE_TABLE_MAX_PLAYERS } from "@hanabi-live/data";
5
import { DEFAULT_VARIANT_NAME } from "@hanabi-live/game";
6
import { parseIntSafe } from "complete-common";
7
import { globals } from "../Globals";
0 commit comments