small changes

This commit is contained in:
2026-04-20 14:01:43 +02:00
parent 9126b6b494
commit 8a2c235c3d
8 changed files with 86 additions and 30 deletions
+1
View File
@@ -5,6 +5,7 @@ export type Submission = {
id: string;
name: string;
dog: string;
phone: string;
message: string;
createdAt: string;
ip?: string;