Preceding changes

This commit is contained in:
gpt-engineer-app[bot] 2026-03-31 10:37:05 +00:00 committed by lovable
parent 02fe60178a
commit 01c848ea66

View File

@ -14,6 +14,7 @@ interface ModCardProps {
categories: string[];
projectType: string;
viewMode?: "grid" | "list";
source?: "modrinth" | "curseforge";
}
const formatNumber = (num: number) => {