Files
spacedrive/interface/app/$libraryId/settings/resources/support.tsx
Brendan Allan 1bd211115b Data Router (#609)
* data router time

* update pnpm.lock
2023-03-15 16:11:47 +00:00

10 lines
145 B
TypeScript

import { Heading } from '../Layout';
export const Component = () => {
return (
<>
<Heading title="Support" description="" />
</>
);
};