Initial commit from Create Next App

This commit is contained in:
Patrick_Pluto 2024-09-18 10:38:54 +02:00
commit 8d296414eb
15 changed files with 5629 additions and 0 deletions

4
next.config.mjs Normal file
View file

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;