Initial commit from Create Next App

This commit is contained in:
Diego Valdez 2023-05-26 09:10:42 -06:00
commit 9a88d6e746
15 changed files with 7417 additions and 0 deletions

4
next.config.js Normal file
View file

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