first commit

This commit is contained in:
Loi Phan
2025-08-20 16:33:11 +07:00
commit 13caefcbb3
20 changed files with 4218 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;