Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 4, 2025
1 parent a1c1176 commit 01af80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Program/ProgramTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { SessionProps } from "@/components/Speakers/Session/SessionProps";
import Session from "@/components/Speakers/Session/Session";
import Person from "@/components/Person/Person";
import ButtonLink from "@/components/ButtonLink/ButtonLink";
import Typography from "@/components/Typography/Typography";

const ProgramTile = ({ session }: { session: SessionProps }) => {
const dataProvider = useDataProvider();
Expand Down

0 comments on commit 01af80d

Please sign in to comment.