Initial Commit

This commit is contained in:
Aiden Smith
2026-02-24 08:48:39 -05:00
parent a3551c0851
commit a17325c39d
17 changed files with 1172 additions and 6 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;