Files
reflector/next.config.js
2023-07-18 15:52:39 +07:00

5 lines
94 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;