Skip to content

Commit

Permalink
Update useFormState.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed Aug 3, 2023
1 parent d40fb5d commit 6ca937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useFormState.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as React from 'react';
import { QueryErrorsData } from './relay/queries';
import { useStore } from './relay/RelayStoreProvider';
import { operationQueryErrorsForm } from './Utils';
import { Snapshot } from './relay/RelayTypes';
import { operationQueryErrorsForm } from './Utils';

export const useFormState = (): QueryErrorsData['form'] | null => {
const environment = useStore();
Expand Down

0 comments on commit 6ca937c

Please sign in to comment.