diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-26 12:12:27 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-26 12:12:27 -0600 |
commit | d6ec627c8cd32836e5ed494606318959ca17fca1 (patch) | |
tree | 90de43466e097263730e4f248584f68135bcc947 /public/index.html | |
parent | 7e3f6f030680a8cf7b5baa3ce6f33acd5766fca8 (diff) | |
download | voidsky-d6ec627c8cd32836e5ed494606318959ca17fca1.tar.zst |
Update web build and web-specific components; RNW now builds
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 54fb90eea..f3791c836 100644 --- a/public/index.html +++ b/public/index.html @@ -53,6 +53,6 @@ </style> </head> <body> - <div id="root"></div> + <div id="app-root"></div> </body> </html> \ No newline at end of file |