mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
10 lines
186 B
TypeScript
10 lines
186 B
TypeScript
import { Heading } from '../Layout';
|
|
|
|
export const Component = () => {
|
|
return (
|
|
<>
|
|
<Heading title="Changelog" description="See what cool new features we're making" />
|
|
</>
|
|
);
|
|
};
|