Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 committed Feb 6, 2025
1 parent b84e023 commit 3dfa8df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/globalContext/useAuthService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { useApiMutation } from 'tg.service/http/useQueryApi';
import { useInitialDataService } from './useInitialDataService';
import { LINKS, PARAMS } from 'tg.constants/links';
import { messageService } from 'tg.service/MessageService';
import { TranslatedError } from 'tg.translationTools/TranslatedError';
import { useLocalStorageState } from 'tg.hooks/useLocalStorageState';

type LoginRequest = components['schemas']['LoginRequest'];
Expand Down

0 comments on commit 3dfa8df

Please sign in to comment.