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/util/jquery.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/util/jquery.js (limited to 'src/util') diff --git a/src/util/jquery.js b/src/util/jquery.js new file mode 100644 index 00000000..dd0a7222 --- /dev/null +++ b/src/util/jquery.js @@ -0,0 +1,2 @@ +const jQuery = window["$"]; +export default jQuery; -- cgit v1.2.3