Преглед на файлове

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',
   TAG: 'tag',
   BOOKMARKS: 'bookmarks',
-  TRASH: 'TRASH',
 } as const;
 export const AllSidebarContentsType = Object.values(SidebarContentsType);
 export type SidebarContentsType = typeof SidebarContentsType[keyof typeof SidebarContentsType];