summaryrefslogtreecommitdiff
path: root/src/components/map/elements/TilePlusIcon.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/map/elements/TilePlusIcon.js')
-rw-r--r--src/components/map/elements/TilePlusIcon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/map/elements/TilePlusIcon.js b/src/components/map/elements/TilePlusIcon.js
index ed5ef5b5..3283c3cd 100644
--- a/src/components/map/elements/TilePlusIcon.js
+++ b/src/components/map/elements/TilePlusIcon.js
@@ -1,7 +1,7 @@
import PropTypes from "prop-types";
import React from "react";
import {Group, Line} from "react-konva";
-import {TILE_PLUS_COLOR} from "../../../colors/index";
+import {TILE_PLUS_COLOR} from "../../../util/colors";
import {TILE_PLUS_MARGIN_IN_PIXELS, TILE_PLUS_WIDTH_IN_PIXELS, TILE_SIZE_IN_PIXELS} from "../MapConstants";
const TilePlusIcon = ({pixelX, pixelY, mapScale}) => {