backend fertig gestellt
frontend angefangen
This commit is contained in:
6
ui/src/besucher.ts
Normal file
6
ui/src/besucher.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Besucher {
|
||||
id: string;
|
||||
name: string;
|
||||
message: string;
|
||||
come: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user