Added CurseForge mod support

Co-authored-by: felix-fx-top <253056634+felix-fx-top@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-03-31 10:38:00 +00:00 committed by lovable
parent ae9412deaa
commit fb67fab3f4

View File

@ -9,7 +9,7 @@ import { Button } from "@/components/ui/button";
import { Switch } from "@/components/ui/switch";
import { Label } from "@/components/ui/label";
import { Search, Languages, Loader2 } from "lucide-react";
import { searchMods, translateQuery } from "@/lib/api";
import { searchMods, searchCurseForge, translateQuery } from "@/lib/api";
import { toast } from "sonner";
const SearchPage = () => {