Skip to content

Commit 55566ca

Browse files
authored
Merge pull request #186 from team-ppointer/fix/native/api-#185
Fix/native/api #185
2 parents 50fd7bd + 4fb775c commit 55566ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/native/src/apis/controller/student/scrap

apps/native/src/apis/controller/student/scrap/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export * from './useGetFoldersDetail';
44
export * from './useGetFolders';
55
export * from './useGetTrash';
66
export * from './useSearchScraps';
7-
export * from './useGetScrapsByFolder';
7+
export * from './getScrapsByFolder';
88
export * from './handwriting/useGetHandwriting';
99
export * from './useGetScrapStatusById';
1010

0 commit comments

Comments
 (0)