ESLINT --fix run fixes

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2022-09-08 10:23:03 +01:00
parent 7d7db0411e
commit b32bda3845
414 changed files with 1575 additions and 1577 deletions

View File

@@ -1,7 +1,7 @@
import React, { useCallback } from 'react';
import Field from './FastToggleInput';
import useFastField from 'hooks/useFastField';
import { FieldProps } from 'models/Form';
import Field from './FastToggleInput';
interface Props extends FieldProps {
defaultValue: object;