First commit

This commit is contained in:
l-nmch
2024-12-18 22:52:39 +01:00
commit be09bfe042
46 changed files with 5378 additions and 0 deletions

6
src/types.ts Normal file
View File

@@ -0,0 +1,6 @@
export interface PageProps {
params: {
slug: string;
};
searchParams: {};
}