ui/next.config.js

5 lines
94 B
JavaScript
Raw Normal View History

2024-01-02 23:12:45 +00:00
/** @type {import('next').NextConfig} */
2024-01-04 22:37:39 +00:00
const nextConfig = {};
2024-01-02 23:12:45 +00:00
2024-01-04 22:37:39 +00:00
module.exports = nextConfig;