This commit is contained in:
h z
2024-12-03 00:38:56 +00:00
commit 8bbfc10a39
6 changed files with 6838 additions and 0 deletions

7
src/App.js Normal file
View File

@@ -0,0 +1,7 @@
import React from "react";
const App = () => {
return <h1>Welcome to My React Project</h1>;
};
export default App;