Create base for frontend interface

This commit is contained in:
Vadella, Anna
2026-03-18 16:21:51 -04:00
parent 279fe399ed
commit 08e5739638
17 changed files with 6463 additions and 0 deletions

7
frontend/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;