6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { SupportSection } from '../components/support/SupportSection';
|
|
|
|
export const SupportPage = () => <SupportSection />;
|
|
|
|
|