From 9d48325b4bab6ff9b9406704688607acf498cec6 Mon Sep 17 00:00:00 2001 From: user-admin Date: Sat, 31 Jan 2026 02:45:33 +0000 Subject: [PATCH] Add src/App.js --- src/App.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/App.js diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..f4b1440 --- /dev/null +++ b/src/App.js @@ -0,0 +1,14 @@ +import './App.css'; + +function App() { + return ( +
+
+

Hello World!

+

Welcome to React

+
+
+ ); +} + +export default App;