Learning_Management_System_LMS/next.config.ts

8 خطوط
129 B
TypeScript

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