diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-21 21:58:11 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-21 21:58:11 +0000 |
commit | f084c45b544b7c3c47d0638081f05ebce3ea1e42 (patch) | |
tree | d7ffdbcabacbe8c5262e28f047f9b272d0edea5f /spring-front/src/index.jsx | |
parent | wip (diff) | |
download | mdrtl-f084c45b544b7c3c47d0638081f05ebce3ea1e42.tar.gz mdrtl-f084c45b544b7c3c47d0638081f05ebce3ea1e42.zip |
wip
Diffstat (limited to '')
-rw-r--r-- | spring-front/src/index.jsx | 20 |
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")); |