From fdb5802037a450dab80f018aaa217f086b5135d3 Mon Sep 17 00:00:00 2001 From: Gunasekhar30 <75178921+Gunasekhar30@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:22:40 +0530 Subject: [PATCH 1/2] add txt --- src/g.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/g.txt diff --git a/src/g.txt b/src/g.txt new file mode 100644 index 0000000..bea6a13 --- /dev/null +++ b/src/g.txt @@ -0,0 +1,4 @@ +nnlknlknlk +jnkjnklnlkn +bjbkjbnk +hbk \ No newline at end of file From 34e7c6edc71ac4e5843b658d992cc33d689aa397 Mon Sep 17 00:00:00 2001 From: Gunasekhar30 <75178921+Gunasekhar30@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:26:33 +0530 Subject: [PATCH 2/2] add js --- src/g.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/g.js diff --git a/src/g.js b/src/g.js new file mode 100644 index 0000000..1a28741 --- /dev/null +++ b/src/g.js @@ -0,0 +1,15 @@ +import { BrowserRouter as Router, Switch, Route } from "react-router-dom"; +import Login from "./components/Login"; +import Header from "./components/Header"; +import "./App.css"; +import Home from "./components/Home"; +import Detail from "./components/Detail"; + +function App() { + return ( +
+ +
+ + + \ No newline at end of file