spacedrive/interface/app/$libraryId/spaces.tsx
Utku 417a2c532c
Hide Notice and some tweaks (#782)
* 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
2023-05-04 13:56:24 +00:00

4 lines
57 B
TypeScript

export const Component = () => {
return <div></div>;
};