Fixed
This commit is contained in:
@ -3,6 +3,7 @@ export interface RegistryItem {
|
||||
name: string;
|
||||
taken: boolean;
|
||||
link?: string;
|
||||
claimedBy?: string;
|
||||
}
|
||||
|
||||
export interface RSVPItem {
|
||||
|
Reference in New Issue
Block a user