7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
/** @type {import('next').NextConfig} */
|
|
/* const removeImports = require("next-remove-imports")(); */
|
|
/* const nextConfig = removeImports({}); */
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|