Exportar excel con imagen y ahora guarda las imagenes como .png

This commit is contained in:
2026-02-05 18:09:05 -04:00
parent 63c39e399e
commit f1bdce317f
13 changed files with 250 additions and 332 deletions

View File

@@ -44,6 +44,7 @@ const RootLayout = async ({
}: Readonly<{
children: ReactNode;
}>) => {
console.log('La sesion es llamada');
const session = await auth();
return (
<html lang="en" suppressHydrationWarning>