From 1b6545fa653df44b019f6676faed39880999b2bf Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 21 Aug 2017 12:08:41 +0200 Subject: Add basic react-konva rendering prototype --- src/components/map/groups/RoomGroup.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/components/map/groups/RoomGroup.js (limited to 'src/components/map/groups/RoomGroup.js') diff --git a/src/components/map/groups/RoomGroup.js b/src/components/map/groups/RoomGroup.js new file mode 100644 index 00000000..1a8b18d5 --- /dev/null +++ b/src/components/map/groups/RoomGroup.js @@ -0,0 +1,16 @@ +import React from "react"; +import {Group, Rect} from "react-konva"; + +const RoomGroup = () => ( + + + +); + +export default RoomGroup; -- cgit v1.2.3