feat: add about page (#388)

This commit is contained in:
Manuel
2024-04-27 18:24:27 +02:00
committed by GitHub
parent 0cdf0b73bf
commit 42a5a1a563
5 changed files with 162 additions and 0 deletions

4
apps/nextjs/src/react-app-env.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.png";
declare module "*.svg";
declare module "*.jpeg";
declare module "*.jpg";