cleaning more things up

This commit is contained in:
Arjun Patel
2022-02-07 09:45:14 -08:00
parent c16a100f49
commit 2b2844ec98
6 changed files with 16 additions and 96 deletions
@@ -2,7 +2,13 @@ import { LinkType } from "@nirvana/common/models/conversation";
import { UserStatus } from "@nirvana/common/models/user";
import { Tooltip } from "antd";
import { duration } from "moment";
import { useEffect, useRef, useState } from "react";
import {
LegacyRef,
useEffect,
useRef,
useState,
MutableRefObject,
} from "react";
import toast from "react-hot-toast";
import {
FaCheck,