This commit is contained in:
mstfyldz
2026-07-10 09:30:48 +03:00
parent 109dc0a66b
commit 601bfaf1ae
11 changed files with 167 additions and 92 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { redirect } from 'next/navigation';
import { Trash2, Plus, Briefcase, Edit, X } from 'lucide-react';
import { addServiceItem, deleteServiceItem, updateServiceItem } from '../actions';
import { revalidatePath } from 'next/cache';
import { uploadImage } from '@/lib/cloudinary';
import { uploadImage } from '@/lib/openinary';
import Link from 'next/link';
export default async function ServicesAdminPage({ searchParams }: { searchParams: Promise<{ edit?: string }> }) {