Skip to content

Commit

Permalink
🐛 fix outdated type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Oculux314 committed Jul 15, 2024
1 parent f638fee commit 0c23d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/components/members/Chairman.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Flair1 from "@/assets/members/flair1.png";
import Flair2 from "@/assets/members/flair2.png";
import { Member } from "@/schemas/collection/team/Member";
import { Member } from "@/schemas/collection/Team";
import { getLargestImageUrl } from "@/util/image";
import Image from "next/image";

Expand Down

0 comments on commit 0c23d89

Please sign in to comment.