chore: update commnents

This commit is contained in:
Tristan Yang
2022-08-01 23:25:22 +08:00
parent c12b94742a
commit bba42f2f45
6 changed files with 56 additions and 13 deletions
-1
View File
@@ -7,7 +7,6 @@ import { useAppDispatch, useAppSelector } from "../../app/store";
import { Message } from "../../types/channel";
import { UploadFileResponse } from "../../types/message";
// todo: check props type
interface IProps {
context: "channel" | "user";
id: number;