From 3a7fe53038b4c9c675b6ac534a0ebdf901a1789f Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 13 Dec 2025 18:03:59 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E5=AF=B9=E8=AF=9D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat-fragment/ChatFragment.tsx | 0 client/ui/routers/ChatFragmentDialog.tsx | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 client/ui/chat-fragment/ChatFragment.tsx create mode 100644 client/ui/routers/ChatFragmentDialog.tsx diff --git a/client/ui/chat-fragment/ChatFragment.tsx b/client/ui/chat-fragment/ChatFragment.tsx new file mode 100644 index 0000000..e69de29 diff --git a/client/ui/routers/ChatFragmentDialog.tsx b/client/ui/routers/ChatFragmentDialog.tsx new file mode 100644 index 0000000..5c89d91 --- /dev/null +++ b/client/ui/routers/ChatFragmentDialog.tsx @@ -0,0 +1,8 @@ +import useRouterDialogRef from "./useRouterDialogRef" +import * as React from 'react' + +export default function ChatFragmentDialog() { + const dialogRef = useRouterDialogRef() + + return +}