Skip to content

Commit a45d44a

Browse files
committed
chore: clean up
1 parent 9d6a81d commit a45d44a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as React from 'react';
22
import type { FormRef, FormInstance } from './interface';
33
import Field from './Field';
44
import List from './List';
5-
import Screen from './Screen';
65
import useForm from './hooks/useForm';
76
import type { FormProps } from './Form';
87
import FieldForm from './Form';
@@ -34,7 +33,7 @@ RefForm.Screen = Screen;
3433
RefForm.useForm = useForm;
3534
RefForm.useWatch = useWatch;
3635

37-
export { Field, List, Screen, useForm, FormProvider, FieldContext, ListContext, useWatch };
36+
export { Field, List, useForm, FormProvider, FieldContext, ListContext, useWatch };
3837

3938
export type { FormProps, FormInstance, FormRef };
4039

0 commit comments

Comments
 (0)