diff options
Diffstat (limited to 'src/components/map/elements/WallSegment.js')
| -rw-r--r-- | src/components/map/elements/WallSegment.js | 2 |
1 files changed, 1 insertions, 1 deletions
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}) => { |
