For 1.1.3-rc-2 release.

This commit is contained in:
charlesgauthereau
2025-10-27 18:49:24 +01:00
parent 7d6038e5f1
commit e3239639f3
7 changed files with 124 additions and 178 deletions
@@ -1,10 +1,7 @@
import {Card, CardContent, CardDescription, CardHeader, CardTitle} from "@/components/ui/card";
import {Button} from "@/components/ui/button";
import {Download} from "lucide-react";
import {getFileUrlPresignedLocal, getFileUrlPreSignedS3Action} from "@/features/upload/private/upload.action";
import {SafeActionResult} from "next-safe-action";
import {ZodString} from "zod";
import {ServerActionResult} from "@/types/action-type";
import {getFileUrlPresignedLocal} from "@/features/upload/private/upload.action";
import {toast} from "sonner";
export type AdminSettingsTabProps = {};