diff --git a/apps/native/src/apis/controller/student/scrap/index.ts b/apps/native/src/apis/controller/student/scrap/index.ts index 5d1d359a..ab489de2 100644 --- a/apps/native/src/apis/controller/student/scrap/index.ts +++ b/apps/native/src/apis/controller/student/scrap/index.ts @@ -4,7 +4,7 @@ export * from './useGetFoldersDetail'; export * from './useGetFolders'; export * from './useGetTrash'; export * from './useSearchScraps'; -export * from './useGetScrapsByFolder'; +export * from './getScrapsByFolder'; export * from './handwriting/useGetHandwriting'; export * from './useGetScrapStatusById';