Skip to content
Snippets Groups Projects
Commit 613ed608 authored by Federico Hurtado's avatar Federico Hurtado
Browse files

Change login and home components to be stored in a folder.

parent a0609154
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import user_icon from "./assets/person.png";
import React, { useContext, useEffect } from "react";
import { useNavigate } from "react-router-dom";
import Cookies from "js-cookie";
import { UserContext } from "../util/UserContext";
import { UserContext } from "../../util/UserContext";
import axios from "axios";
function Login() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment