File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
views/Home/components/SpeakersCarousel Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import React, {FC} from "react";
22import { Autoplay , Parallax } from "swiper" ;
33import { Swiper , SwiperSlide } from "swiper/react" ;
44import styled from "styled-components" ;
5- import { Color } from "../../../../ styles/colors" ;
5+ import { Color } from "../../styles/colors" ;
66import "swiper/swiper-bundle.min.css" ;
7- import "./SpeakersCarousel.scss" ;
8- import conferenceData from "../../../../ data/2025.json" ;
9- import { useFetchSpeakers } from "../../.. /Speakers/UseFetchSpeakers" ;
7+ import "../../views/Home/components/SpeakersCarousel /SpeakersCarousel.scss" ;
8+ import conferenceData from "../../data/2025.json" ;
9+ import { useFetchSpeakers } from "../../views /Speakers/UseFetchSpeakers" ;
1010import * as Sentry from "@sentry/react" ;
11- import { ISpeaker } from "../../../../ types/speakers" ;
12- import { ROUTE_SPEAKER_DETAIL } from "../../../../ constants/routes" ;
11+ import { ISpeaker } from "../../types/speakers" ;
12+ import { ROUTE_SPEAKER_DETAIL } from "../../constants/routes" ;
1313import { Link } from "react-router" ;
1414
1515const StyledSlideImage = styled . img `
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import TitleSection from "../../../../components/SectionTitle/TitleSection";
1212import { motion } from "framer-motion" ;
1313import styled from "styled-components" ;
1414import { ROUTE_SPEAKERS } from "../../../../constants/routes" ;
15- import SpeakerSwiper from "./SpeakerSwiper" ;
15+ import SpeakerSwiper from "../../../../components/Swiper /SpeakerSwiper" ;
1616import { useWindowSize } from "react-use" ;
1717
1818const StyledSpeakersContainer = styled . section `
You can’t perform that action at this time.
0 commit comments