Initial commit

This commit is contained in:
m7amedez5511
2026-06-03 13:23:41 +03:00
commit 54e57ff32a
20 changed files with 7030 additions and 0 deletions

7
next.config.ts Normal file
View File

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