diff --git a/app/main-form.tsx b/app/main-form.tsx index 2cbf1e7..a9aefe5 100644 --- a/app/main-form.tsx +++ b/app/main-form.tsx @@ -22,6 +22,7 @@ import { ReducerMany, ReturnProps } from "@/lib/reducer"; import { toByte } from "@/lib/size"; import { toast } from "sonner"; import UploadedList from "@/components/UploadedList"; +import Donation from "@/components/Donation"; const schema = z.object({ unit: z.enum(["kb", "mb"]), @@ -114,6 +115,7 @@ export default function MainForm() { }; return (