mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 11:34:52 +00:00
fix config circular dependency (#296)
This commit is contained in:
@@ -26,7 +26,8 @@ import {
|
||||
} from "../core/game/GameUpdates";
|
||||
import { WorkerClient } from "../core/worker/WorkerClient";
|
||||
import { consolex, initRemoteSender } from "../core/Consolex";
|
||||
import { getConfig, ServerConfig } from "../core/configuration/Config";
|
||||
import { ServerConfig } from "../core/configuration/Config";
|
||||
import { getConfig } from "../core/configuration/ConfigLoader";
|
||||
import { GameView, PlayerView } from "../core/game/GameView";
|
||||
import { GameUpdateViewData } from "../core/game/GameUpdates";
|
||||
import { UserSettings } from "../core/game/UserSettings";
|
||||
|
||||
Reference in New Issue
Block a user