chore: remove favorite page (#2372)

This commit is contained in:
JimmFly
2023-05-15 23:41:38 +08:00
committed by LongYinan
parent 9c6e687113
commit 5c6655ab0e
6 changed files with 1 additions and 94 deletions
@@ -40,7 +40,6 @@ export type RootAppSidebarProps = {
currentPath: string;
paths: {
all: (workspaceId: string) => string;
favorite: (workspaceId: string) => string;
trash: (workspaceId: string) => string;
setting: (workspaceId: string) => string;
shared: (workspaceId: string) => string;