more progress on list of users

This commit is contained in:
Arjun Patel
2022-01-31 18:25:43 -08:00
parent fcd747961c
commit 787ee9d18d
3 changed files with 46 additions and 4 deletions
+3
View File
@@ -16,6 +16,7 @@ import {
} from "react-transition-group";
import CreateConversation from "../../components/v2/CreateConversation";
import { FaArrowLeft } from "react-icons/fa";
import KeyboardShortcutHandler from "../../components/v2/KeyboardShortcutHandler";
export default function Me() {
// figure out what content to render from here
@@ -64,6 +65,8 @@ export default function Me() {
return (
<div className="flex flex-col">
<KeyboardShortcutHandler />
<Header />
{fullCleanPageContent ? (