web_next/scheduler_app/next.config.mjs
2024-04-25 12:06:30 -05:00

4 lines
92 B
JavaScript

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