Commit 985ee125 authored by Chunchi Che's avatar Chunchi Che

fix

parent c84dcd0b
Pipeline #23504 passed with stages
in 14 minutes and 54 seconds
export * from "./chat";
export * from "./useEnv";
......@@ -3,8 +3,7 @@ import { Button, Drawer, Input } from "antd";
import React from "react";
import { proxy, useSnapshot } from "valtio";
import { useChat } from "@/hook";
import { IconFont, ScrollableArea } from "@/ui/Shared";
import { IconFont, ScrollableArea, useChat } from "@/ui/Shared";
import styles from "./index.module.scss";
......
export * from "./Background";
export * from "./CardEffectText";
export * from "./chatHook";
export * from "./css";
export * from "./DeckCard";
export * from "./DeckZone";
......
import { Button, Input } from "antd";
import { useChat } from "@/hook";
import { IconFont, ScrollableArea } from "@/ui/Shared";
import { IconFont, ScrollableArea, useChat } from "@/ui/Shared";
import styles from "./Chat.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