Set up React

This commit is contained in:
2025-08-29 15:01:19 +03:00
Unverified
parent 9f2af12374
commit a69cf6e5ec
7 changed files with 50 additions and 61 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function App() {
return <></>
}