astarting data stuff

This commit is contained in:
Arjun Patel
2022-02-02 21:51:09 -08:00
parent f76d299b89
commit 5203211e55
8 changed files with 181 additions and 30 deletions
+5
View File
@@ -13,8 +13,11 @@ import KeyboardShortcutHandler from "../../components/MainTabsOrPages/KeyboardSh
import SearchResults from "../../components/FullPageExperiences/SearchResults";
import { QueryRoutes, Routes } from "@nirvana/common/helpers/routes";
import ViewConvo from "../../components/MainTabsOrPages/ViewConvo";
import MainRecoilDataHandler from "../../recoil/MainRecoilDataHandler";
export default function Me() {
// TODO: if not authenticated, take user away
// figure out what content to render from here
const router = useRouter();
const currPage = router.query.page;
@@ -113,6 +116,8 @@ export default function Me() {
Me.getLayout = function (content: ReactElement) {
return (
<div className="flex flex-col">
<MainRecoilDataHandler />
<KeyboardShortcutHandler />
<Header />