aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/index.jsx')
-rw-r--r--spring-front/src/index.jsx20
1 files changed, 0 insertions, 20 deletions
diff --git a/spring-front/src/index.jsx b/spring-front/src/index.jsx
deleted file mode 100644
index 0ef0cdf..0000000
--- a/spring-front/src/index.jsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import React from "react";
-
-const page = (
- <div>
- <h1>Hello, everyone!</h1>
- <p>A paragraph</p>
- </div>
-);
-
-const navbar = (
- <nav>
- <h1>terminaldweller.com</h1>
- <ul>
- <li>Pricing</li>
- <li>About</li>
- <li>Contact</li>
- </ul>
- </nav>
-)
-React.ReactDOM.render(navbar, document.getElementById("root"));