first revision

This commit is contained in:
2025-09-24 12:28:39 -04:00
parent b0d9e9eff1
commit 638f8746a0
21 changed files with 9059 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
};
export default nextConfig;