Initial commit from Create Next App

This commit is contained in:
root
2026-06-15 08:54:27 +02:00
commit ab8a2053e1
19 changed files with 6986 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;