We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9582aa commit ae24b99Copy full SHA for ae24b99
1 file changed
src/services/email/hooks/useSendEmail.tsx
@@ -1,5 +1,5 @@
1
import { useMutation } from '@tanstack/react-query';
2
-import { IEmailResponse } from '@services/email/IEmailRepository';
+import { IEmailResponse } from '@services/email/SendEmailRepository';
3
import { SendEmailError } from '../SendEmailError';
4
5
interface ISendEmailProps {
0 commit comments