File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/Navigation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import { AnimatePresence } from "framer-motion" ;
22import { FC , useEffect , useState } from "react" ;
3- import { BIG_BREAKPOINT , MOBILE_BREAKPOINT } from "../../ constants/BreakPoints" ;
3+ import { BIG_BREAKPOINT , MOBILE_BREAKPOINT } from "@ constants/BreakPoints" ;
44import { useLocation , useNavigate } from "react-router" ;
55import Breadcrumbs from "./Breadcrumbs" ;
6- import CloseIcon from "../../ assets/images/CloseIcon.svg" ;
7- import NavigationLogo from "../../ assets/images/devBcn.png" ;
8- import { ROUTE_HOME , ROUTE_HOME_ALTERNATE } from "../../ constants/routes" ;
9- import TicketsImage from "../../ assets/images/TicketsImage.svg" ;
6+ import CloseIcon from "@ assets/images/CloseIcon.svg" ;
7+ import NavigationLogo from "@ assets/images/devBcn.png" ;
8+ import { ROUTE_HOME , ROUTE_HOME_ALTERNATE } from "@ constants/routes" ;
9+ import TicketsImage from "@ assets/images/TicketsImage.svg" ;
1010import { navigationItems2025 , subMenuItems2025 } from "./NavigationData" ;
1111import {
1212 navigationItems2023 ,
You can’t perform that action at this time.
0 commit comments