Initial commit from Create Next App

This commit is contained in:
aftabrehan
2024-02-01 11:37:28 +05:00
commit 3f6040c919
15 changed files with 2956 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;