[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
+1 -1
View File
@@ -1,7 +1,7 @@
import {BitNodeMultipliers} from "./BitNode";
import {Factions} from "./Faction";
import {showLiterature} from "./Literature";
import {Locations} from "./Location";
import {Locations} from "./Locations";
import {Player} from "./Player";
import Decimal from "decimal.js";