build ok,
This commit is contained in:
@@ -1,19 +1,14 @@
|
||||
import { z as zod } from 'zod';
|
||||
import { useForm } from 'react-hook-form';
|
||||
import { zodResolver } from '@hookform/resolvers/zod';
|
||||
|
||||
import Box from '@mui/material/Box';
|
||||
import Button from '@mui/material/Button';
|
||||
|
||||
import { paths } from 'src/routes/paths';
|
||||
|
||||
import { useForm } from 'react-hook-form';
|
||||
import { EmailInboxIcon } from 'src/assets/icons';
|
||||
|
||||
import { Form, Field } from 'src/components/hook-form';
|
||||
|
||||
import { Field, Form } from 'src/components/hook-form';
|
||||
import { paths } from 'src/routes/paths';
|
||||
import { z as zod } from 'zod';
|
||||
import { FormHead } from '../../../components/form-head';
|
||||
import { FormReturnLink } from '../../../components/form-return-link';
|
||||
import { FormResendCode } from '../../../components/form-resend-code';
|
||||
import { FormReturnLink } from '../../../components/form-return-link';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user