Initial commit

This commit is contained in:
2025-05-22 22:21:48 -07:00
commit fedbbbf91c
16 changed files with 455 additions and 0 deletions

4
next.config.mjs Normal file
View File

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;