Initial commit from Create Next App

This commit is contained in:
2026-02-09 08:43:52 -03:00
commit cb90bad239
15 changed files with 6276 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;