feat: update chat view layout

This commit is contained in:
Steven
2023-03-19 00:42:35 +08:00
parent 19c3905e9e
commit 208c894db8
15 changed files with 210 additions and 117 deletions

View File

@ -1,7 +1,9 @@
import * as Bi from "react-icons/bi";
import * as Hi from "react-icons/hi";
import * as Io from "react-icons/io";
const Icon = {
Bi,
Hi,
Io,
};