[refactor] Extracting Locations to its own file to remove circular dependency

This commit is contained in:
Steven Evans
2018-07-21 00:22:04 -04:00
parent 26b0840f26
commit 826a8799fa
9 changed files with 101 additions and 97 deletions
+2 -1
View File
@@ -32,8 +32,9 @@ import {displayFactionContent, joinFaction,
processPassiveFactionRepGain, Factions,
inviteToFaction, initFactions} from "./Faction";
import {FconfSettings} from "./Fconf";
import {Locations, displayLocationContent,
import {displayLocationContent,
initLocationButtons} from "./Location";
import {Locations} from "./Locations";
import {displayGangContent, updateGangContent,
Gang} from "./Gang";
import {displayHacknetNodesContent, processAllHacknetNodeEarnings,