Initial commit from Create Next App

This commit is contained in:
Eng. Elias
2024-02-10 16:13:35 +04:00
commit 618528f050
15 changed files with 5129 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;