mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|