This commit is contained in:
MartinBraquet
2025-08-05 17:42:21 +02:00
parent 34600ab0cf
commit b8706eae10

View File

@@ -1,5 +1,4 @@
'use client';
import Image from "next/image";
export async function parseImage(img: string, setImage: any, batch = false) {
if (!img) {