Added Navbar

This commit is contained in:
2026-02-19 15:05:32 +05:30
commit 13ca4a144b
22 changed files with 12295 additions and 0 deletions

7
frontend/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;