Skip to content

Commit da54623

Browse files
author
Kenneth
committed
build: remove import not use
1 parent fbbffc2 commit da54623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/molecules/Form/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Form } from 'antd';
33
import { ComponentToken } from 'antd/es/form/style';
44
import { FormRef } from 'rc-field-form/lib/interface';
55
import React, { ReactElement } from 'react';
6-
import { Control, FieldPath, FieldValues, Path, PathValue } from 'react-hook-form';
6+
import { Control, FieldPath, FieldValues } from 'react-hook-form';
77

88
//#region Define Ant Design types
99
type FormPropsAntd<Values = any> = GetProps<typeof Form<Values>>;

0 commit comments

Comments
 (0)