format code

This commit is contained in:
2025-07-09 18:11:33 +08:00
parent d84b8314e4
commit 0eb24eee2f
4 changed files with 56 additions and 42 deletions

View File

@@ -1,8 +1,6 @@
import { useTranslation } from "react-i18next";
import { useNavigate } from "react-router";
import {
MdOutlineComment,
} from "react-icons/md";
import { MdOutlineComment } from "react-icons/md";
import { Comment } from "../network/models";
import { network } from "../network/network";
import Badge from "./badge";