Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MAVRICK-1 authored May 15, 2024
2 parents a9a3023 + a94d623 commit 9f35e7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import Listing from "./pages/Listing";
import NotFound from "./pages/NotFound";
import SignIn from "./pages/SignIn";
import SignUp from "./pages/SignUp";

import ResetPassword from "./pages/ResetPassword";
import Cart from "./pages/cart";
import Wishlist from "./pages/wishList";
Expand Down Expand Up @@ -295,3 +294,4 @@ function App() {
export default App;

export { MyContext };

2 changes: 1 addition & 1 deletion src/pages/About/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@
width: 120px;
height: 120px;
}
}
}
2 changes: 1 addition & 1 deletion src/pages/About/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ function Tes() {
);
}

export default Tes;
export default Tes;

0 comments on commit 9f35e7e

Please sign in to comment.