This commit is contained in:
ra
2025-09-23 13:35:21 -07:00
parent a96df00606
commit 6f3aaad53a
+1
View File
@@ -13,3 +13,4 @@ const root = ReactDOM.createRoot(rootElement);
root.render( root.render(
<App /> <App />
); );