remove console logs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type User = {
|
||||
id: number;
|
||||
donor: boolean;
|
||||
name: string;
|
||||
email: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user