mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
10 lines
145 B
TypeScript
10 lines
145 B
TypeScript
import { Heading } from '../Layout';
|
|
|
|
export const Component = () => {
|
|
return (
|
|
<>
|
|
<Heading title="Support" description="" />
|
|
</>
|
|
);
|
|
};
|