Skip to content

Commit

Permalink
import fixed for subscriber form
Browse files Browse the repository at this point in the history
  • Loading branch information
engagepy committed Sep 20, 2024
1 parent fdc6599 commit 27026be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import React from 'react';
import { MdOutlineEmail } from 'react-icons/md';
import { FaRegUser } from 'react-icons/fa';
import { SubmitHandler, useForm } from 'react-hook-form';
import { SubscriberForm } from './LatestUpdate.types';
import { SubscriberForm } from '@/sections/Latestupdate/LatestUpdate.types';
import { fetchData } from '@utils';
import { API_ENDPOINTS, SUBSCRIBER_FORM_SCHEMA } from '@constants';
import { yupResolver } from '@hookform/resolvers/yup';
import { enqueueSnackbar } from 'notistack';
import { Button } from '../Button';
import { Button } from '../Button';

interface ModalProps {
onClose: () => void;
Expand Down

0 comments on commit 27026be

Please sign in to comment.