diff options
Diffstat (limited to 'demos/simple-react/public')
-rw-r--r-- | demos/simple-react/public/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/simple-react/public/index.html b/demos/simple-react/public/index.html index 91ced42dd..d441dfdf1 100644 --- a/demos/simple-react/public/index.html +++ b/demos/simple-react/public/index.html @@ -1,9 +1,8 @@ <!DOCTYPE html> <html> - <head> - <script src="./src/index.tsx" type="module"></script> - </head> + <head> </head> <body> <div id="reactroot"></div> + <script src="./src/index.tsx" async type="module"></script> </body> </html> |