mhunt_account_dash/next.config.js
2024-07-29 13:17:10 +05:30

5 lines
88 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
};