initilized react frontend

This commit is contained in:
averel10
2025-11-11 18:34:20 +01:00
commit 4d2802ee30
17 changed files with 6876 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;