CoolFace
Apppublic

huggingface/ai-deadlines

sourceHugging Faceupdated 2d agoView on Hugging Face
781likes
ConferenceList.tsx4 linesDownload Raw Back to components
1import { sortConferencesByDeadline } from "@/utils/conferenceUtils";2 3// When loading the conferences:4const sortedConferences = sortConferencesByDeadline(conferences);