ai-deadlines / src /components /ConferenceList.tsx
nielsr's picture
nielsr HF staff
Update ICCV data, sort chronologically
929b27b
raw
history blame
169 Bytes
import { sortConferencesByDeadline } from "@/utils/conferenceUtils";
// When loading the conferences:
const sortedConferences = sortConferencesByDeadline(conferences);