Skip to content

Commit aabe9d4

Browse files
committedFeb 20, 2023
removed unwanted things
1 parent b1e7864 commit aabe9d4

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed
 

‎src/App.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import Mail from "./Components/Mail";
2121
import Socials from "./Components/Socials";
2222
import { HashRouter as Router, Route , Routes, Link } from "react-router-dom";
2323
import Banner from './Components/banner';
24-
import Vasundhara from './Vasundhara';
2524

2625

2726

@@ -161,8 +160,7 @@ const App = () => {
161160
</Head >
162161
<Router>
163162
<Routes>
164-
<Route path="/mac" element={<Mac />} />
165-
<Route path="/mylove/vasundhara" element={<Vasundhara />} />
163+
<Route path="/mac" element={<Mac />} />
166164
<Route path="/" element={<Home />} />
167165
</Routes>
168166
</Router>

‎src/Vasundhara.js

-85
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.