From 7b9749f415b15f52eef02b21aebcee774f1c9431 Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 27 Nov 2018 15:13:51 +0700 Subject: [PATCH] roadmap: added todos --- src/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/index.js b/src/index.js index f46e540..952990a 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,12 @@ +/* + todo hotkeys via sagas + todo shot mechanism + todo crop mechanism + todo map catalogue + todo tooltips + + todo client-side shot mechanism + */ import React from 'react'; import ReactDOM from 'react-dom';