Initial Commit.

This commit is contained in:
Patrick_Pluto 2024-09-09 13:25:55 +02:00
commit 94b7819ca8
11 changed files with 6213 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;