setting up landing page and getting going

This commit is contained in:
talksik
2022-03-31 13:08:49 -04:00
parent cd7d78bcb8
commit 70eadc2265
26 changed files with 1177 additions and 13 deletions
@@ -98,6 +98,7 @@ export enum Querytypes {
GET_CONVERSATION_DETAILS = "GET_CONVERSATION_DETAILS",
GET_CONTACTS_RELATIONSHIPS = "GET_CONTACTS_RELATIONSHIPS",
}
export function useGetUserDetails() {
const authTokens = useRecoilValue($authTokens);