diff options
Diffstat (limited to 'demos/simple-react/public/index.html')
-rw-r--r-- | demos/simple-react/public/index.html | 6 |
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> |