Initial commit from Create Next App

This commit is contained in:
Firman Ramdhani
2026-08-27 17:21:31 +07:00
commit 84f0c1fa99
19 changed files with 7103 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;