Initial commit from Create Next App

This commit is contained in:
Logan Cusano
2025-05-25 15:08:38 -04:00
commit 0b476d578f
17 changed files with 5994 additions and 0 deletions

7
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;