Initial commit from Create Next App

This commit is contained in:
Elliot DeNolf
2024-02-27 14:10:20 -05:00
commit d61f49ba45
14 changed files with 4746 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;