adding agent pages.

This commit is contained in:
killian-larcher
2024-11-10 23:12:38 +01:00
parent 84030dcba0
commit c76727f0d1
30 changed files with 627 additions and 8469 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ export type LayoutParams<T extends Record<string, string | string[]>> = {
export type PageParams<T extends Record<string, string | string[]>> = {
params: T;
searchParams: {[key: string]: string | string[] | undefined};
searchParams: { [key: string]: string | string[] | undefined };
};