Feat: Rename document name #3221 (#4544)

### What problem does this PR solve?

Feat: Rename document name #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-20 16:49:45 +08:00
committed by GitHub
parent e0f52eebc6
commit a3391c4d55
5 changed files with 164 additions and 42 deletions

View File

@ -90,6 +90,10 @@ export const useRenameCurrentFile = () => {
};
};
export type UseRenameCurrentFileReturnType = ReturnType<
typeof useRenameCurrentFile
>;
export const useSelectBreadcrumbItems = () => {
const parentFolderList = useFetchParentFolderList();