Skip to content

Commit

Permalink
Correccion de inconcistencias
Browse files Browse the repository at this point in the history
  • Loading branch information
Karen1308 committed Dec 6, 2023
1 parent e6c4088 commit e1af259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Front/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Favs from "./Routes/Favs";
import AdminPanel from "./Routes/AdminPanel";
import Context from "./Components/utils/global.context";
import ProtectedRoute from "./Components/utils/ProtectedRoute";
import AddTourResp from "./Routes/AddTourResp";

// Toast notification
import { ToastContainer } from "react-toastify";
Expand All @@ -28,7 +27,6 @@ createRoot(document.getElementById("root")).render(
<Route path="tour/:id" element={<Detail />} />
<Route path="sign-up" element={<SignUp />} />
<Route path="login" element={<Login />} />
<Route path="/resp" element={<AddTourResp />} />

<Route path="profile" element={
<ProtectedRoute onlyAdmin={false}>
Expand Down

0 comments on commit e1af259

Please sign in to comment.