We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37df2e commit 6e5ad78Copy full SHA for 6e5ad78
src/components/Table/Table.tsx
@@ -2,7 +2,7 @@ import 'react-dates/initialize';
2
import React, { ReactNode, SyntheticEvent, Component } from 'react';
3
import { CSSProperties } from 'styled-components';
4
import { IoIosClose } from 'react-icons/io';
5
-import { Field, Form, Formik, FormikProps } from 'formik';
+import { Field, Formik, FormikProps } from 'formik';
6
import { ObjectSchema } from 'yup';
7
import ErrorField from '../Input/ErrorField';
8
import FormikInput from '../Input/FormikInput';
0 commit comments