From e98952d946913b4bc1672ead042339d66d491b35 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 27 Jun 2024 16:15:51 +0530 Subject: added react app --- client/src/App.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 client/src/App.js (limited to 'client/src/App.js') diff --git a/client/src/App.js b/client/src/App.js new file mode 100644 index 0000000..3784575 --- /dev/null +++ b/client/src/App.js @@ -0,0 +1,25 @@ +import logo from './logo.svg'; +import './App.css'; + +function App() { + return ( +
+
+ logo +

+ Edit src/App.js and save to reload. +

+ + Learn React + +
+
+ ); +} + +export default App; -- cgit v1.2.3-59-g8ed1b