Add src/App.js

This commit is contained in:
user-admin 2026-01-31 02:45:33 +00:00
parent c92a89500f
commit 9d48325b4b
1 changed files with 14 additions and 0 deletions

14
src/App.js Normal file
View File

@ -0,0 +1,14 @@
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<h1>Hello World!</h1>
<p>Welcome to React</p>
</header>
</div>
);
}
export default App;