From b2128609ac8159a14224deba399144b3400c8c20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 08:16:12 +0100 Subject: Finally give in and use React, minor tweeks. Preact (a minimalistic React alternative) had too many bugs ... --- thirdparty/preact/devtools/index.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 thirdparty/preact/devtools/index.js (limited to 'thirdparty/preact/devtools/index.js') diff --git a/thirdparty/preact/devtools/index.js b/thirdparty/preact/devtools/index.js deleted file mode 100644 index 7c361c8ee..000000000 --- a/thirdparty/preact/devtools/index.js +++ /dev/null @@ -1,4 +0,0 @@ -import { initDevTools } from './devtools'; - -initDevTools(); - -- cgit v1.2.3