Răsfoiți Sursa

imprv #128932: Change button positions
- Revert obsolete changes

Tatsuya Ise 2 ani în urmă
părinte
comite
c10d10ec5b
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      apps/app/src/interfaces/ui.ts

+ 0 - 1
apps/app/src/interfaces/ui.ts

@@ -6,7 +6,6 @@ export const SidebarContentsType = {
   TREE: 'tree',
   TAG: 'tag',
   BOOKMARKS: 'bookmarks',
-  TRASH: 'TRASH',
 } as const;
 export const AllSidebarContentsType = Object.values(SidebarContentsType);
 export type SidebarContentsType = typeof SidebarContentsType[keyof typeof SidebarContentsType];