Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent 73879f5 commit 92d9f80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Speakers/SpeakersList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import ButtonLink from "@/components/ButtonLink/ButtonLink";
import { useTranslation } from "react-i18next";
import Person from "@/components/Person/Person";
import { PersonProps } from "@/components/Person/PersonProps";
import PersonPopIn from "@/components/Person/PersonPopIn";
import Typography from "@/components/Typography/Typography";
import SpeakerPopIn from "@/components/Speakers/Speaker/PersonPopIn";

const SpeakersList = ({ speakers }: { speakers: PersonProps[] }) => {
Expand Down

0 comments on commit 92d9f80

Please sign in to comment.