summaryrefslogtreecommitdiffstats
path: root/client/src/App.js
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 16:15:51 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 16:15:51 +0530
commite98952d946913b4bc1672ead042339d66d491b35 (patch)
tree96706645f37f8379fa35001c172eaee88c5fe7b4 /client/src/App.js
parent26dc4df1218e6d7235fc196b556da122054247df (diff)
downloadinsta-local-e98952d946913b4bc1672ead042339d66d491b35.tar.gz
insta-local-e98952d946913b4bc1672ead042339d66d491b35.tar.bz2
insta-local-e98952d946913b4bc1672ead042339d66d491b35.zip
added react app
Diffstat (limited to 'client/src/App.js')
-rw-r--r--client/src/App.js25
1 files changed, 25 insertions, 0 deletions
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 (
+ <div className="App">
+ <header className="App-header">
+ <img src={logo} className="App-logo" alt="logo" />
+ <p>
+ Edit <code>src/App.js</code> and save to reload.
+ </p>
+ <a
+ className="App-link"
+ href="https://reactjs.org"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ Learn React
+ </a>
+ </header>
+ </div>
+ );
+}
+
+export default App;