summaryrefslogtreecommitdiff
path: root/frontend/src/models/games.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/models/games.js')
-rw-r--r--frontend/src/models/games.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/models/games.js b/frontend/src/models/games.js
index 36619760..dd660d45 100644
--- a/frontend/src/models/games.js
+++ b/frontend/src/models/games.js
@@ -1,4 +1,4 @@
-import { Record, Map, List } from 'immutable';
+import { List, Map, Record } from 'immutable';
export type SettingsShape = {
initialGold: number,
bgstack15