mui-demo-project/next.config.mjs

5 lines
92 B
JavaScript
Raw Normal View History

2024-08-06 15:28:04 +05:30
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;