Files
ipad/src/pages/SupportPage.tsx
YI FANG 8155c9f95d init
2025-11-26 09:50:49 +08:00

6 lines
127 B
TypeScript

import { SupportSection } from '../components/support/SupportSection';
export const SupportPage = () => <SupportSection />;