import { Avatar, Badge } from "antd";
import {
FaAngleRight,
FaAtlassian,
FaCheck,
FaCheckDouble,
FaCircle,
FaGithub,
FaRegClock,
FaRocket,
FaUser,
} from "react-icons/fa";
import React from "react";
import getDynamicMeLayout from "../../components/Layouts/DynamicMeLayout";
function Me() {
return ;
}
Me.getLayout = function getLayout(page: React.ReactElement) {
return getDynamicMeLayout(page);
};
export default Me;
function Convos() {
return (
<>
Priority
{/* Today */}
Today
{/* engineering */}
K
}
/>
}
/>
}
/>
}
/>
Engineering
{`Josh: "let's just figure out how to finish the rest of the "`}
9:00am
{/* actions */}
{/* general */}
General
You spoke 2 hours ago
7:22am
{/* actions */}
{/* one on one chat with sydney */}
Sydney
{`"Did you ever figure out that problem with the "`}
6:50am
{/* actions */}
Last 7 Days
Justin
{`"Here's a quick github link for that library you were looking for"`}
6:50am
{/* actions */}
Steph and Lee
{`"Let's hop into a room to discuss this sometime this afternoon..."`}
6:50am
{/* actions */}
Earlier This Month
November 2021
{"That's all"}
>
);
}