We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3694138 commit e8f638bCopy full SHA for e8f638b
src/views/MeetingDetail/TalkDetailContainer2024.tsx
@@ -4,7 +4,7 @@ import NotFoundError from "../../components/NotFoundError/NotFoundError";
4
import SectionWrapper from "../../components/SectionWrapper/SectionWrapper";
5
import styled from "styled-components";
6
import {useParams} from "react-router";
7
-import conferenceData from "../../data/2024.json";
+import conferenceData from "../../data/2025.json";
8
import {useFetchTalksById} from "../Talks/UseFetchTalks";
9
import * as Sentry from "@sentry/react";
10
import {useFetchSpeakers} from "../Speakers/UseFetchSpeakers";
0 commit comments