Skip to content

Commit

Permalink
ESLint and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiasmala committed Dec 10, 2024
1 parent 28dd9fe commit 5c75de7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/apiRequests.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import axios from 'axios';
import { CreateGift, CreateUser, Gift, User } from '~/shared/types';
import { useQuery } from '@tanstack/react-query';
import { handleErrorToast } from './handleToasts';
import { handleError } from './handleError';

const giftsBaseUrl = '/api/gifts';

Expand Down

0 comments on commit 5c75de7

Please sign in to comment.