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 1
1
import { AnimatePresence } from "framer-motion" ;
2
2
import { FC , useEffect , useState } from "react" ;
3
- import { BIG_BREAKPOINT , MOBILE_BREAKPOINT } from "../../ constants/BreakPoints" ;
3
+ import { BIG_BREAKPOINT , MOBILE_BREAKPOINT } from "@ constants/BreakPoints" ;
4
4
import { useLocation , useNavigate } from "react-router" ;
5
5
import 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" ;
10
10
import { navigationItems2025 , subMenuItems2025 } from "./NavigationData" ;
11
11
import {
12
12
navigationItems2023 ,
You can’t perform that action at this time.
0 commit comments