Просмотр исходного кода

imprv #128932: Change button positions
- Revert obsolete changes

Tatsuya Ise 2 лет назад
Родитель
Сommit
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',
   TAG: 'tag',
   BOOKMARKS: 'bookmarks',
-  TRASH: 'TRASH',
 } as const;
 export const AllSidebarContentsType = Object.values(SidebarContentsType);
 export type SidebarContentsType = typeof SidebarContentsType[keyof typeof SidebarContentsType];