feat: add SupportHelpCenter component and logo image for enhanced support page

This commit is contained in:
mlogclub
2026-08-09 19:29:07 +08:00
parent acae165302
commit f4ff1c5839
3 changed files with 150 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { SupportHelpCenter } from "@/components/support-center/help-center"
export default function SupportPage() {
return <SupportHelpCenter />
}