feat: update chat URLs and paths from /kefu to /support for consistency

This commit is contained in:
mlogclub
2026-05-30 10:48:05 +08:00
parent dbcb1d83de
commit 64eb3b18b0
10 changed files with 11 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
import { KefuChatShell } from "@/components/kefu/chat-shell"
export default function Page() {
return <KefuChatShell />
}