initial commit

This commit is contained in:
Muhtadee Taron
2025-07-02 21:28:19 +06:00
parent 9d81907550
commit ac49576b9b
15 changed files with 6599 additions and 2 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;