Skip to content

Commit 3c311c8

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update README.md
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 5c2e3eb commit 3c311c8

File tree

1 file changed

+4
-45
lines changed

1 file changed

+4
-45
lines changed

README.md

Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -94,30 +94,7 @@
9494

9595
- after you running the command you can see a folder `LoginSignUp` in path `src/components` in your Project
9696

97-
- after done this you have to update App.jsx file in the project
9897

99-
``` jsx
100-
101-
102-
import { BrowserRouter, Route, Routes } from "react-router-dom";
103-
import SignIn from "./components/LoginSignUp/SignIn"; // Importing the Templete the created by run npm package
104-
import SignUp from "./components/LoginSignUp/SignUp"; // Importing the Templete the created by run npm package
105-
106-
export default function App() {
107-
return (
108-
<BrowserRouter>
109-
<Routes>
110-
111-
{/* declare the Route */}
112-
{/* the path can change whatever you want */}
113-
<Route path="/" element={<SignIn />} />
114-
<Route path="/SignUp" element={<SignUp />} />
115-
116-
</Routes>
117-
</BrowserRouter>
118-
)
119-
}
120-
```
12198
<hr>
12299

123100

@@ -151,31 +128,13 @@ export default function App() {
151128

152129
- after you running the command you can see a folder `LoginSignUpTW` in path `src/components` in your Project
153130

154-
- after done this you have to update App.jsx file in the project
155-
156-
``` jsx
157-
158-
159-
import { BrowserRouter, Route, Routes } from "react-router-dom";
160-
import SignIn from "./components/LoginSignUpTW/SignIn"; // Importing the Templete the created by run npm package
161-
import SignUp from "./components/LoginSignUpTW/SignUp"; // Importing the Templete the created by run npm package
131+
<hr>
162132

163-
export default function App() {
164-
return (
165-
<BrowserRouter>
166-
<Routes>
133+
## BackEnd
167134

168-
{/* declare the Route */}
169-
{/* the path can change whatever you want */}
170-
<Route path="/" element={<SignIn />} />
171-
<Route path="/SignUp" element={<SignUp />} />
135+
- After you install package
172136

173-
</Routes>
174-
</BrowserRouter>
175-
)
176-
}
177-
```
178-
<hr>
137+
-
179138

180139

181140
# Screen Shorts

0 commit comments

Comments
 (0)