From 183c5dadd8841a0f019f0332cb5daf9029fb5e1c Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Thu, 9 Mar 2017 08:16:53 +0000 Subject: [PATCH] app.js edited online with Bitbucket --- src/main/resources/app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/app.js b/src/main/resources/app.js index 1cf7b07..8d4f7c3 100644 --- a/src/main/resources/app.js +++ b/src/main/resources/app.js @@ -1,5 +1,3 @@ - - function renderOnServer() { return ReactDOMServer.renderToString( React.createElement("h2", null, "Hello world") @@ -11,4 +9,4 @@ function renderOnClient() { React.createElement("h2", null, "Hello world"), document.getElementById('app') ); -} \ No newline at end of file +}