problem with objectId with bson and such in models but fixed it and nice rendering everything now

This commit is contained in:
talksik
2022-03-19 22:28:05 -04:00
parent b656e9d3a9
commit 10520b3487
10 changed files with 147 additions and 29 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ export enum STORE_ITEMS {
export const Dimensions = {
default: {
height: 600,
height: 1000,
width: 500,
},
selectedConvo: {
height: 600,
height: 1000,
width: 900,
},
};