Commit fe766973 authored by timel's avatar timel

fix: fmt

parent 37a4772e
Pipeline #22895 failed with stages
in 14 minutes and 39 seconds
import styles from "./Chat.module.scss";
import { Avatar, Button, ConfigProvider, Skeleton, Space, Input } from "antd";
import { SendOutlined } from "@ant-design/icons";
import { Button, Input } from "antd";
import { IconFont } from "../Shared";
import styles from "./Chat.module.scss";
export const Chat: React.FC = () => {
return (
......
import { CheckCircleFilled } from "@ant-design/icons";
import { Avatar, Button, ConfigProvider, Skeleton, Space, Tooltip } from "antd";
import { Avatar, Button, ConfigProvider, Skeleton, Space } from "antd";
import classNames from "classnames";
import { useState } from "react";
import { type LoaderFunction, useLoaderData } from "react-router-dom";
import { useSnapshot } from "valtio";
......@@ -9,7 +10,6 @@ import { Background, IconFont, Select } from "@/ui/Shared";
import { Chat } from "./Chat";
import styles from "./index.module.scss";
import { useState } from "react";
interface Params {
player?: string;
......
import { ConfigProvider, Select as AntdSelect, Space } from "antd";
import { ConfigProvider, Select as AntdSelect } from "antd";
import classNames from "classnames";
import styles from "./index.module.scss";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment