getting file and all, now just need to sort of hand off to database and write to the right places

This commit is contained in:
Arjun Patel
2022-02-05 14:53:42 -08:00
parent be28e6dc88
commit e92a54623c
5 changed files with 115 additions and 15 deletions
@@ -32,7 +32,6 @@ export default function Conversations() {
RelativeTimeSeparatedConvosSelector
);
console.log(relativeConvoSections);
const todayConvos = relativeConvoSections.get(
RelativeTimeConvosSections.today
);