Inicio frontend

This commit is contained in:
Claudecio Martins
2025-08-25 23:51:43 +02:00
commit 2acf350c48
20 changed files with 6088 additions and 0 deletions

7
next.config.ts Executable file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;