adding data listening, user getching and using more of recoil

This commit is contained in:
Arjun Patel
2022-02-03 17:14:22 -08:00
parent 4b65d6cd68
commit 6a6f0f4aef
20 changed files with 302 additions and 517 deletions
@@ -3,8 +3,9 @@ import Link from "next/link";
import { useRouter } from "next/router";
import { useState } from "react";
import { FaAngleRight, FaGripHorizontal } from "react-icons/fa";
import { useAuth } from "../../contexts/authContext";
import { useRecoilState } from "recoil";
import MainLogo from "../Logo/MainLogo";
import { useAuth } from "../../contexts/authContext";
enum LandingPageNavigation {
product = "/",