Set up "Kanzlei Demo 2" project

This commit is contained in:
2025-06-23 09:26:09 +09:00
parent 88f43d6220
commit 6e76cd9194
17 changed files with 6506 additions and 0 deletions

View File

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