Parcourir la source

imprv #128932: Change button positions
- Revert obsolete changes

Tatsuya Ise il y a 2 ans
Parent
commit
c10d10ec5b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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];