Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Jun 14, 2019
1 parent 66a6c3e commit 270df72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FormSpy.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// @flow
import * as React from 'react'
import renderComponent from './renderComponent'
import type { FormSpyPropsWithForm as Props, FormSpyRenderProps } from './types'
import type { FormApi, FormValuesShape } from 'final-form'
import type { FormValuesShape } from 'final-form'
import isSyntheticEvent from './isSyntheticEvent'
import useForm from './useForm'
import useFormState from './useFormState'
Expand Down

0 comments on commit 270df72

Please sign in to comment.