page.tsx

page.tsx

基本信息

  • 类型: Next.js 页面组件 (TSX)
  • 路径: src/app/support/page.tsx

功能描述

github.com/f/prompts.chat/issues/new";

导出内容

  • <code>SupportPage</code> - 默认导出

依赖导入

  • react
  • next-intl
  • next/navigation
  • @/components/ui/button
  • @/components/ui/input
  • @/components/ui/textarea
  • @/components/ui/label
  • @/lib/utils
  • lucide-react
  • @/components/providers/branding-provider

Props/接口

interface FAQItemProps {
question: string;
answer: string;
}

使用说明

根据具体类型按需导入使用

← 返回目录