Skip to content

Commit

Permalink
fix: fix according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Jan 7, 2022
1 parent dc4fbf0 commit 422fada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export * from './itemLogin';
export * from './itemFlag';
export * from './chat';
export * from './category';
export * from './keywordSearch';
export * from './search';
2 changes: 1 addition & 1 deletion src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import configureItemTagHooks from './itemTag';
import configureMemberHooks from './member';
import configureAppsHooks from './apps';
import configureCategoryHooks from './category';
import configureKeywordSearchHooks from './keywordSearch';
import configureKeywordSearchHooks from './search';

export default (
queryClient: QueryClient,
Expand Down

0 comments on commit 422fada

Please sign in to comment.