first commit

This commit is contained in:
Mojtaba Khorshidkolah
2026-03-04 13:50:57 +03:30
commit 6c3b474873
93 changed files with 8865 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;