From 0c8e2587a4b3673772d9347806e362c807e8ce3d Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 27 Mar 2023 10:11:38 +0800 Subject: [PATCH] chore: trigger redeploy --- components/ChatView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ChatView/index.tsx b/components/ChatView/index.tsx index 570797f..ad416fc 100644 --- a/components/ChatView/index.tsx +++ b/components/ChatView/index.tsx @@ -6,9 +6,9 @@ import { CreatorRole, Message } from "@/types"; import { generateUUID } from "@/utils"; import Icon from "../Icon"; import Header from "./Header"; +import EmptyView from "../EmptyView"; import MessageView from "./MessageView"; import MessageTextarea from "./MessageTextarea"; -import EmptyView from "../EmptyView"; const ChatView = () => { const connectionStore = useConnectionStore();