file structure

This commit is contained in:
mahlatseclayton
2026-07-29 21:21:45 +02:00
parent 17f1f01c0d
commit 7915ff5f55
24 changed files with 287 additions and 47 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;