@@ -3,14 +3,14 @@ import {
33 LARGE_BREAKPOINT ,
44 MOBILE_BREAKPOINT ,
55} from "../../constants/BreakPoints" ;
6- import { Color } from "../../styles/colors" ;
7- import { FC , Suspense , useEffect } from "react" ;
8- import { IMeeting } from "./MeetingDetail.Type" ;
6+ import { Color } from "../../styles/colors" ;
7+ import { FC , Suspense , useEffect } from "react" ;
8+ import { IMeeting } from "./MeetingDetail.Type" ;
99import LessThanIconWhite from "../../assets/images/LessThanIconWhite.svg" ;
1010import LessThanIcon from "../../assets/images/LessThanBlueIcon.svg" ;
1111import MoreThanIcon from "../../assets/images/MoreThanBlueIcon.svg" ;
1212import SectionWrapper from "../../components/SectionWrapper/SectionWrapper" ;
13- import { useWindowSize } from "react-use" ;
13+ import { useWindowSize } from "react-use" ;
1414import {
1515 StyledContainer ,
1616 StyledDescription ,
@@ -28,14 +28,14 @@ import {
2828 StyledVideoContainer ,
2929 StyledVideoTagsContainer ,
3030} from "./Style.MeetingDetail" ;
31- import { Link } from "react-router" ;
31+ import { Link } from "react-router" ;
3232import {
3333 ROUTE_2023_SPEAKER_DETAIL ,
3434 ROUTE_2023_TALKS ,
3535} from "../../constants/routes" ;
3636import conferenceData from "../../data/2023.json" ;
37- import { Tag } from "../../components/Tag/Tag" ;
38- import { ISpeaker } from "../Speakers/Speaker. types" ;
37+ import { Tag } from "../../components/Tag/Tag" ;
38+ import { ISpeaker } from "../../ types/speakers " ;
3939
4040const getVideoHeight = ( windowWidth : number ) => {
4141 let videoHeight ;
0 commit comments