File tree Expand file tree Collapse file tree
packages/apps/human-app/frontend/src/modules/worker/hcaptcha-labeling Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { breakpoints } from '@/shared/styles/breakpoints';
1010import { Counter } from '@/shared/components/ui/counter' ;
1111import { getErrorMessageForError } from '@/shared/errors' ;
1212import { getTomorrowDate } from '@/shared/helpers/date' ;
13- import { useSolveHCaptchaMutation } from '@/modules/worker/services/solve-hcaptcha' ;
1413import { useAuthenticatedUser } from '@/modules/auth/hooks/use-authenticated-user' ;
1514import { useHCaptchaLabelingNotifications } from '@/modules/worker/hooks/use-hcaptcha-labeling-notifications' ;
1615import { useColorMode } from '@/shared/contexts/color-mode' ;
@@ -20,7 +19,11 @@ import {
2019 PageCardLoader ,
2120 PageCardError ,
2221} from '@/shared/components/ui/page-card' ;
23- import { useHCaptchaUserStats , useDailyHmtSpent } from './hooks' ;
22+ import {
23+ useHCaptchaUserStats ,
24+ useDailyHmtSpent ,
25+ useSolveHCaptchaMutation ,
26+ } from './hooks' ;
2427
2528export function HcaptchaLabelingPage ( ) {
2629 const { colorPalette, isDarkMode } = useColorMode ( ) ;
Original file line number Diff line number Diff line change 11export * from './use-daily-hmt-spent' ;
22export * from './use-hcaptcha-user-stats' ;
33export * from './enable-hcaptcha-labeling' ;
4+ export * from './use-solve-hcaptcha-mutation' ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments