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/Nav.tsx

    r0f71490 r4e5cf92  
    11import { Link } from "react-router-dom";
    2 import axiosInstance, { baseURL } from "./api/axiosInstance";
    3 import Logo from "./assets/logo-finkwave.png";
    4 import { useAuth } from "./context/authContext";
     2import axiosInstance, { baseURL } from "../api/axiosInstance";
     3import Logo from "../assets/logo-finkwave.png";
     4import { useAuth } from "../context/authContext";
    55
    66const Nav = () => {
Note: See TracChangeset for help on using the changeset viewer.