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

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

10 lines
181 B
TypeScript

import { Heading } from '../Layout';
export const Component = () => {
return (
<>
<Heading title="Contacts" description="Manage your contacts in Spacedrive." />
</>
);
};