Files
examjam-frontend/next.config.ts
2025-07-28 20:22:04 +06:00

6 lines
104 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;