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

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

10 lines
168 B
TypeScript

import { Heading } from '../Layout';
export const Component = () => {
return (
<>
<Heading title="Security" description="Keep your client safe." />
</>
);
};