diff options
Diffstat (limited to 'src/components/map/groups/GridGroup.js')
| -rw-r--r-- | src/components/map/groups/GridGroup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/map/groups/GridGroup.js b/src/components/map/groups/GridGroup.js index 1af29f6e..bd2a78c3 100644 --- a/src/components/map/groups/GridGroup.js +++ b/src/components/map/groups/GridGroup.js @@ -1,6 +1,6 @@ import React from "react"; import {Group, Line} from "react-konva"; -import {GRID_COLOR} from "../../../colors/index"; +import {GRID_COLOR} from "../../../util/colors"; import {GRID_LINE_WIDTH_IN_PIXELS, MAP_SIZE, MAP_SIZE_IN_PIXELS, TILE_SIZE_IN_PIXELS} from "../MapConstants"; const MAP_COORDINATE_ENTRIES = Array.from(new Array(MAP_SIZE), (x, i) => i); |
