first commit

This commit is contained in:
romiz5269
2025-11-18 18:45:28 +03:30
commit acfea140a3
152 changed files with 15818 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;