Ignore:
Timestamp:
01/27/26 13:04:08 (6 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
77e572b, b70fbeb
Parents:
0f71490
Message:

refactor frontend file structure

File:
1 moved

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/Login.tsx

    r0f71490 r4e5cf92  
    11import { useState } from "react";
    22import { useNavigate } from "react-router-dom";
    3 import axiosInstance, { scheduleTokenRefresh } from "./api/axiosInstance";
    4 import { useAuth } from "./context/authContext";
    5 import type { User } from "./types";
     3import axiosInstance, { scheduleTokenRefresh } from "../api/axiosInstance";
     4import { useAuth } from "../context/authContext";
     5import type { User } from "../utils/types";
    66
    77const Login = () => {
Note: See TracChangeset for help on using the changeset viewer.