aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/public/index.html
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-06 18:34:16 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-06 18:34:16 -0700
commit19d472c8470fc21a10af053824b3724e50ac9a9d (patch)
tree5a010ad811495d11294f50c4a425576ae2fd5a10 /demos/simple-react/public/index.html
parentd49e0a5fa129152c27b70a57d1cc7a2af770577c (diff)
downloadbun-19d472c8470fc21a10af053824b3724e50ac9a9d.tar.gz
bun-19d472c8470fc21a10af053824b3724e50ac9a9d.tar.zst
bun-19d472c8470fc21a10af053824b3724e50ac9a9d.zip
hm
Former-commit-id: 024b2ea94ea2f32e058948c3d874ad73a03b7423
Diffstat (limited to 'demos/simple-react/public/index.html')
-rw-r--r--demos/simple-react/public/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/simple-react/public/index.html b/demos/simple-react/public/index.html
index cbf484fd2..724f78f1d 100644
--- a/demos/simple-react/public/index.html
+++ b/demos/simple-react/public/index.html
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
- <script src="/src/index.js" type="module"></script>
+ <script src="/src/index.tsx" type="module"></script>
</head>
- <body id="reactroot"></body>
+ <body>
+ <div id="reactroot"></div>
+ </body>
</html>