From b32c5c06ee844072a760f776e5f37f7c32c97c8f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 15:05:50 +0200 Subject: Update metadata and docs --- src/components/map/elements/WallSegment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/map/elements/WallSegment.js') diff --git a/src/components/map/elements/WallSegment.js b/src/components/map/elements/WallSegment.js index ed3627bb..b029579b 100644 --- a/src/components/map/elements/WallSegment.js +++ b/src/components/map/elements/WallSegment.js @@ -1,7 +1,7 @@ import React from "react"; import {Line} from "react-konva"; -import {WALL_COLOR} from "../../../colors/index"; import Shapes from "../../../shapes/index"; +import {WALL_COLOR} from "../../../util/colors"; import {TILE_SIZE_IN_PIXELS, WALL_WIDTH_IN_PIXELS} from "../MapConstants"; const WallSegment = ({wallSegment}) => { -- cgit v1.2.3