import { Avatar, Badge } from "antd";
import {
FaDotCircle,
FaWalking,
FaRocket,
FaCheckDouble,
FaCircle,
FaUser,
FaRegClock,
FaCheck,
FaAngleRight,
FaGithub,
FaAtlassian,
} from "react-icons/fa";
export default function Conversations() {
return (
<>
Live
{/* row of live room cards */}
{/* engineering rooms */}
Engineering
{"01:20"}
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"}
>
);
}