code cleanup + finished contact page

This commit is contained in:
2023-02-21 20:23:19 +01:00
parent a55c60d88a
commit 484294e611
28 changed files with 318 additions and 77 deletions

View File

@@ -0,0 +1,5 @@
export interface Message {
name: string;
email: string;
message: string;
}