mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 22:50:11 -04:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { ScreenHeading } from '@sd/ui';
|
|
|
|
export const Component = () => {
|
|
return <ScreenHeading>Media</ScreenHeading>;
|
|
};
|