Initial commit

This commit is contained in:
Mohammad Oftadeh
2024-09-26 10:17:47 +03:00
commit 66f531e5aa
160 changed files with 5687 additions and 0 deletions

4
next.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;