cleaning more things up

This commit is contained in:
Arjun Patel
2022-02-07 09:45:14 -08:00
parent c16a100f49
commit 2b2844ec98
6 changed files with 16 additions and 96 deletions
+1 -3
View File
@@ -6,9 +6,7 @@ import {
} from "firebase/firestore";
import { v4 as uuidv4 } from "uuid";
import IFirestoreSerializable from "./firestoreSerializable";
export class User {
export default class User {
id: string = uuidv4();
emailAddress: string;