mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 22:50:11 -04:00
* Hide notice on overview and - Removed prettier/recommended from eslint - Optimized imports * move overview check to parent * don't show recents if there is none * use useMatch
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export const Component = () => {
|
|
return <div></div>;
|
|
};
|