This commit is contained in:
2025-02-07 02:56:17 -06:00
parent 6b01c165a9
commit a1363ee4b5
5 changed files with 169 additions and 74 deletions

View File

@ -3,6 +3,7 @@ export interface RegistryItem {
name: string;
taken: boolean;
link?: string;
claimedBy?: string;
}
export interface RSVPItem {