This commit is contained in:
Ra
2025-09-23 13:35:21 -07:00
parent a96df00606
commit 6f3aaad53a

View File

@@ -13,3 +13,4 @@ const root = ReactDOM.createRoot(rootElement);
root.render(
<App />
);