From fd5b5fedfec1921930257b1003245f3740536556 Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 10 Apr 2026 19:30:54 +0500 Subject: Front fix --- front/src/App.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 front/src/App.js (limited to 'front/src/App.js') diff --git a/front/src/App.js b/front/src/App.js new file mode 100644 index 0000000..3784575 --- /dev/null +++ b/front/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.3