aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-21 22:03:38 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-21 22:03:38 +0000
commita9d14201191149df78a041c5c129a359c71d9055 (patch)
tree2be4f1342e2b3682be56669888b430760f80d278 /spring-front/public/index.js
parentwip (diff)
downloadmdrtl-a9d14201191149df78a041c5c129a359c71d9055.tar.gz
mdrtl-a9d14201191149df78a041c5c129a359c71d9055.zip
wip
Diffstat (limited to 'spring-front/public/index.js')
-rw-r--r--spring-front/public/index.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/spring-front/public/index.js b/spring-front/public/index.js
deleted file mode 100644
index e6b507f..0000000
--- a/spring-front/public/index.js
+++ /dev/null
@@ -1,16 +0,0 @@
-import React from "react";
-import ReactDOM from "react-dom";
-
-const page = (
- <div>
- <h1>my awesome website in react</h1>
- <h3>REasons</h3>
- <ol>
- <li>one</li>
- <li>two</li>
- <li>three</li>
- <li>four</li>
- </ol>
- </div>
-);
-ReactDOM.render(page, document.getElementById("root"));