Преглед изворни кода

imprv #128932: Change button positions
- Revert obsolete changes

Tatsuya Ise пре 2 година
родитељ
комит
c10d10ec5b
1 измењених фајлова са 0 додато и 1 уклоњено
  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',
   TREE: 'tree',
   TAG: 'tag',
   TAG: 'tag',
   BOOKMARKS: 'bookmarks',
   BOOKMARKS: 'bookmarks',
-  TRASH: 'TRASH',
 } as const;
 } as const;
 export const AllSidebarContentsType = Object.values(SidebarContentsType);
 export const AllSidebarContentsType = Object.values(SidebarContentsType);
 export type SidebarContentsType = typeof SidebarContentsType[keyof typeof SidebarContentsType];
 export type SidebarContentsType = typeof SidebarContentsType[keyof typeof SidebarContentsType];